1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/cli/openai/CreateAssistant/bash.txt

6 lines
271 B
Plaintext
Raw Normal View History

2025-06-18 21:13:41 +03:00
oint openai CreateAssistant \
2025-07-04 22:51:57 +03:00
--url "https://hut.openintegrations.dev/localai/" \
2025-06-18 21:13:41 +03:00
--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."