Skip to content

Commit

Permalink
feat: add whisper git config?
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Dec 30, 2024
1 parent 6871541 commit 829610d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ VOICEFLOW_VOLCENGINE_TTS_TOKEN=''
VOICEFLOW_SERVER_PORT=18080 # 语音服务端口

# Whisper 配置
# https://fireworks.ai/dashboard/models/getting-started
VOICEFLOW_WHISPER_API_KEY=''
VOICEFLOW_WHISPER_ENDPOINT="https://audio-turbo.us-virginia-1.direct.fireworks.ai/v1/audio/transcriptions"
2 changes: 1 addition & 1 deletion configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ minio:

stt:
# 可选值:azure、 google、 local、 assemblyai-ws、 volcengine、 aws、 assemblyai、 whisper-v3
provider: assemblyai
provider: whisper-v3

tts:
# 可选值:azure、 google、 local、 volcengine
Expand Down

0 comments on commit 829610d

Please sign in to comment.