You've already forked OpenIntegrations
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:
@@ -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?");
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user