Skip to content

Commit 829610d

Browse files
committed
feat: add whisper git config?
1 parent 6871541 commit 829610d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .env.example

+1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ VOICEFLOW_VOLCENGINE_TTS_TOKEN=''
3838
VOICEFLOW_SERVER_PORT=18080 # 语音服务端口
3939

4040
# Whisper 配置
41+
# https://fireworks.ai/dashboard/models/getting-started
4142
VOICEFLOW_WHISPER_API_KEY=''
4243
VOICEFLOW_WHISPER_ENDPOINT="https://audio-turbo.us-virginia-1.direct.fireworks.ai/v1/audio/transcriptions"

Diff for: configs/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ minio:
1313

1414
stt:
1515
# 可选值:azure、 google、 local、 assemblyai-ws、 volcengine、 aws、 assemblyai、 whisper-v3
16-
provider: assemblyai
16+
provider: whisper-v3
1717

1818
tts:
1919
# 可选值:azure、 google、 local、 volcengine

0 commit comments

Comments
 (0)