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
objective: reduce the translation costs
currently ~ $600/day.
lets optimize it.
code: https://github.com/BasedHardware/omi/blob/main/backend/utils/translation.py , https://github.com/BasedHardware/omi/blob/main/backend/routers/transcribe.py
The text was updated successfully, but these errors were encountered:
Can we get more details for optimisation? To start with, is it price per word, price per hour? Is VAD done before/after?
Edit: Misunderstood it as transcription.
Sorry, something went wrong.
man, please check the omi repo > backend > uitls > translation
@AnkushMalaker the objective is reduce costs, so do whatever you think it will help.
beastoin
No branches or pull requests
objective: reduce the translation costs
currently ~ $600/day.
lets optimize it.
code: https://github.com/BasedHardware/omi/blob/main/backend/utils/translation.py , https://github.com/BasedHardware/omi/blob/main/backend/routers/transcribe.py
The text was updated successfully, but these errors were encountered: