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
Vitaly the Alpaca (bot) 609a39a349 Test data update (Jenkins)
2025-10-07 15:34:22 +00:00

7 lines
398 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint openai GetResponse \
--url "https://hut.openintegrations.dev/localai/" \
--token "***" \
--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?'}]"