You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
10 lines
355 B
Plaintext
Vendored
10 lines
355 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 = "bark-cpp-small";
|
|
|
|
AdditionalParameters = New Structure("response_format", "wav");
|
|
|
|
Result = OPI_OpenAI.GenerateSpeech(URL, Token, Model, Text, , AdditionalParameters);
|