You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
10 lines
346 B
Plaintext
Vendored
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);
|