1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-07 18:34:45 +03:00
parent 235a7d42a6
commit 8f7f9d96ce
113 changed files with 15503 additions and 8309 deletions

View File

@@ -1,6 +1,6 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
AssistantID = "asst_5";
AssistantID = "asst_19";
Result = OPI_OpenAI.DeleteAssistant(URL, Token, AssistantID);

View File

@@ -0,0 +1,6 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
FileID = "file-20";
Result = OPI_OpenAI.DeleteFile(URL, Token, FileID);

View File

@@ -0,0 +1,6 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
FileID = "file-20";
Result = OPI_OpenAI.DownloadFile(URL, Token, FileID);

View File

@@ -0,0 +1,6 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
FileID = "file-20";
Result = OPI_OpenAI.GetFileInformation(URL, Token, FileID);

View File

@@ -0,0 +1,4 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
Result = OPI_OpenAI.GetFilesList(URL, Token);

View File

@@ -1,6 +1,6 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
AssistantID = "asst_5";
AssistantID = "asst_19";
Result = OPI_OpenAI.RetrieveAssistant(URL, Token, AssistantID);

View File

@@ -0,0 +1,8 @@
 URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
File = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Path or Binary Data
FileName = "picture3.png";
Destination = "assistants";
Result = OPI_OpenAI.UploadFile(URL, Token, FileName, File, Destination);