1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-18 09:51:28 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/CreateTranscription.txt
T
Vitaly the Alpaca (bot) 20b73da802 Main build (Jenkins)
2026-03-24 16:01:34 +03:00

7 lines
258 B
Plaintext
Vendored

URL = "https://hut.openintegrations.dev/localai/";
Token = "12We34...";
Audio = "C:\Users\bayse\AppData\Local\Temp\c2iirpb4.a52.wav";
Model = "whisper-1";
Result = OPI_OpenAI.CreateTranscription(URL, Token, Model, Audio, "audio/wav");