Skip to content
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

feat: add whisper git config? #17

Merged
merged 2 commits into from
Dec 30, 2024
Merged

Conversation

cubxxw
Copy link
Member

@cubxxw cubxxw commented Dec 30, 2024


👀 What this PR does / why we need it:

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🅰 Which issue(s) this PR fixes:

Fixes #16

📝 Special notes for your reviewer:

🎯 Describe how to verify it

📑 Additional documentation e.g., RFC, notion, Google docs, usage docs, etc.:

This pull request introduces several changes to integrate the Whisper STT (Speech-to-Text) service into the existing system. The changes include configuration updates, service initialization modifications, and the addition of a new Whisper STT implementation.

Configuration updates:

Service initialization modifications:

  • internal/server/handlers.go: Updated InitServices function to handle errors when initializing the STT service.
  • internal/stt/stt.go: Modified NewService function to return an error if the STT provider is unknown and added support for the Whisper STT provider. [1] [2]

New Whisper STT implementation:

@cubxxw cubxxw requested a review from kubbot as a code owner December 30, 2024 08:53
@cubxxw cubxxw merged commit 8637976 into telepace:main Dec 30, 2024
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

集成 whisper-v3-turbo 到 TTS 中
1 participant