1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/GenerateSpeech.txt
Vitaly the Alpaca (bot) 408473f4ec Main build (Jenkins)
2025-06-29 14:35:33 +03:00

10 lines
346 B
Plaintext
Vendored

URL = "https://hut.openintegrations.dev/localai/";
Token = "12We...";
Text = "Attack ships on fire off the shoulder of Orion bright as magnesium";
Model = "tts-1";
AdditionalParameters = New Structure("response_format", "wav");
Result = OPI_OpenAI.GenerateSpeech(URL, Token, Model, Text, , AdditionalParameters);