You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
6 lines
265 B
Plaintext
6 lines
265 B
Plaintext
|
|
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."
|