You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
7 lines
375 B
Plaintext
Vendored
7 lines
375 B
Plaintext
Vendored
URL = "https://bothub.chat/api/v2/openai/";
|
|
Token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjUzYTUwNWFiLTdhYmEtNDkyNy05YmQ0LTZlNDFlZGEyZGRmYyIsImlzRGV2Z...";
|
|
|
|
Model = "dall-e-3";
|
|
Description = OPI_OpenAI.GetImageDescriptionStructure("Yellow alpaca", 1, , "1024x1024");
|
|
Result = OPI_OpenAI.GetImages(URL, Token, Model, Description);
|