1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-24 00:01:24 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/GetAssistantsList.txt
Vitaly the Alpaca (bot) 408473f4ec Main build (Jenkins)
2025-06-29 14:35:33 +03:00

8 lines
274 B
Plaintext
Vendored

URL = "https://hut.openintegrations.dev/localai/";
Token = "12We...";
Count = 2;
AdditionalParameters = New Structure("after,order", "asst_2", "desc");
Result = OPI_OpenAI.GetAssistantsList(URL, Token, Count, AdditionalParameters);