1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/cli/openai/GetAssistantsList/bash.txt

7 lines
219 B
Plaintext
Raw Normal View History

2025-06-18 21:13:41 +03:00
# JSON data can also be passed as a path to a .json file
oint openai GetAssistantsList \
2025-07-05 13:02:22 +03:00
--url "https://hut.openintegrations.dev/localai/" \
2025-06-18 21:13:41 +03:00
--token "***" \
--limit 2 \
--options "{'after':'asst_2','order':'desc'}"