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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-27 11:47:43 +03:00
parent d09a39dccf
commit 47fa4e92bb
2941 changed files with 16752 additions and 16752 deletions

View File

@@ -29,9 +29,9 @@ import TabItem from '@theme/TabItem';
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://api.athenaeum.digital:1122/";
Token = "sk-or-vv-c5884ebe9f13fb143194bb07ecb...";
Image = "file-14";
URL = FunctionParameters["OpenAI_URL"];
Token = FunctionParameters["OpenAI_Token"];
Image = FunctionParameters["OpenAI_File"];
Result = OPI_OpenAI.GetImageMessageStructure("user", Image, "What is in this image?");
```