1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/DeleteAssistant.txt

7 lines
179 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 URL = "https://hut.openintegrations.dev/localai/";
Token = "12We...";
2025-06-06 23:56:40 +03:00
2025-10-21 11:36:43 +03:00
AssistantID = "asst_2";
2025-06-06 23:56:40 +03:00
Result = OPI_OpenAI.DeleteAssistant(URL, Token, AssistantID);