You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-03 22:39:12 +02:00
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
|
|
# JSON data can also be passed as a path to a .json file
|
||
|
|
|
||
|
|
oint ollama GetModelInformation \
|
||
|
|
--url "https://api.athenaeum.digital/ollama" \
|
||
|
|
--model "mario" \
|
||
|
|
--verbose false \
|
||
|
|
--headers "{'Authorization':'***'}"
|