You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
6 lines
211 B
Plaintext
6 lines
211 B
Plaintext
|
|
oint openai CreateTranscription \
|
||
|
|
--url "https://api.athenaeum.digital:1122/" \
|
||
|
|
--token "***" \
|
||
|
|
--model "whisper-1" \
|
||
|
|
--audio "C:\Users\Administrator\AppData\Local\Temp\bi04ndbxhxg.wav" \
|
||
|
|
--type "audio/wav"
|