We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First off, awesome tool and keep it up!
We're trying to save money on using the Nano model since the regular model costs 3x more but I checked the code and there's no easy to do this atm:
Perhaps we can add something to the command line options to be more generic?
~/go/bin/podscript assemblyai --from-url url --options "speech_model=nano"
The text was updated successfully, but these errors were encountered:
If you are able to make changes to the code, you can build your own copy of this and set the SpeechModel here in TranscriptParams.
SpeechModel
TranscriptParams
podscript/cmd/assemblyai/assemblyai.go
Lines 74 to 78 in 8219c2e
I could add a cli flag to customize it, but I won't be able to get to it before mid-Jan.
Sorry, something went wrong.
sounds good thank you! 💟
No branches or pull requests
First off, awesome tool and keep it up!
We're trying to save money on using the Nano model since the regular model costs 3x more but I checked the code and there's no easy to do this atm:
Perhaps we can add something to the command line options to be more generic?
~/go/bin/podscript assemblyai --from-url url --options "speech_model=nano"
The text was updated successfully, but these errors were encountered: