-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
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
Add support for local ai speech to text #3921
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api/tests/integration_tests/model_runtime/localai
Please add integration testing code so we can easily test if the features are working properly.
test file being passed, the local test being passed |
api/core/model_runtime/model_providers/localai/speech2text/speech2text.py
Outdated
Show resolved
Hide resolved
api/core/model_runtime/model_providers/localai/speech2text/speech2text.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Yeuoly <[email protected]>
Co-authored-by: Yeuoly <[email protected]>
Co-authored-by: Yeuoly <[email protected]>
Description
Add support for local AI speech-to-text.
Type of Change
Suggested Checklist:
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods