1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/cli/openai/CreateAssistant/bash.txt
Vitaly the Alpaca (bot) 4b98497c12 Test data update (Jenkins)
2025-06-18 21:13:41 +03:00

6 lines
265 B
Plaintext
Vendored

oint openai CreateAssistant \
--url "https://api.athenaeum.digital:1122/" \
--token "***" \
--model "smolvlm-256m-instruct" \
--name "Math tutor" \
--inst "You are a personal math tutor. When asked a question, write and run Python code to answer the question."