You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-24 00:01:24 +02:00
8 lines
274 B
Plaintext
Vendored
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);
|