1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-02 20:52:28 +02:00
Files
OpenIntegrations/docs/en/examples/OpenAI/CreateTranscription.txt
T

7 lines
256 B
Plaintext
Vendored

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