Replies: 1 comment 1 reply
-
Hm for that purpose I would recommend running it from your own custom python script using the API, and saving requests that way. The regular output of the executable is not intended for logging large amounts of data - the truncation is intended since you don't want it to log a megabyte of audio data every time. Here's a simple way to transcribe a single file:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an option to log all request/response pairs to a folder or something? I tried redirecting stdout, but for the whisper transcription the
audio_data
is truncated.Beta Was this translation helpful? Give feedback.
All reactions