1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/DeleteAssistant.txt

7 lines
179 B
Plaintext
Raw Normal View History

2025-06-29 14:35:33 +03:00
 URL = "https://hut.openintegrations.dev/localai/";
Token = "12We...";
2025-06-06 23:56:40 +03:00
2025-09-22 22:16:56 +03:00
AssistantID = "asst_2";
2025-06-06 23:56:40 +03:00
Result = OPI_OpenAI.DeleteAssistant(URL, Token, AssistantID);