1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-19 23:52:43 +02:00
Files
OpenIntegrations/docs/en/cli/openai/GetResponse/bash.txt

7 lines
398 B
Plaintext
Raw Normal View History

2025-10-07 15:34:22 +00:00
# JSON data can also be passed as a path to a .json file
2025-06-18 21:13:41 +03:00
oint openai GetResponse \
2025-07-04 22:51:57 +03:00
--url "https://hut.openintegrations.dev/localai/" \
2025-06-18 21:13:41 +03:00
--token "***" \
2025-10-07 15:34:22 +00:00
--model "smolvlm-256m-instruct" \
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]"