1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/GetImages.txt

7 lines
279 B
Plaintext
Raw Normal View History

2025-09-22 22:16:56 +03:00
 URL = "https://hut.openintegrations.dev/localai/";
Token = "12We...";
2025-06-08 20:09:09 +03:00
2025-09-22 22:16:56 +03:00
Model = "sd-1.5-ggml";
Description = OPI_OpenAI.GetImageDescriptionStructure("Yellow alpaca", 1, , "64x64");
2025-06-08 20:09:09 +03:00
Result = OPI_OpenAI.GetImages(URL, Token, Model, Description);