We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6871541 commit 829610dCopy full SHA for 829610d
.env.example
@@ -38,5 +38,6 @@ VOICEFLOW_VOLCENGINE_TTS_TOKEN=''
38
VOICEFLOW_SERVER_PORT=18080 # 语音服务端口
39
40
# Whisper 配置
41
+# https://fireworks.ai/dashboard/models/getting-started
42
VOICEFLOW_WHISPER_API_KEY=''
43
VOICEFLOW_WHISPER_ENDPOINT="https://audio-turbo.us-virginia-1.direct.fireworks.ai/v1/audio/transcriptions"
configs/config.yaml
@@ -13,7 +13,7 @@ minio:
13
14
stt:
15
# 可选值:azure、 google、 local、 assemblyai-ws、 volcengine、 aws、 assemblyai、 whisper-v3
16
- provider: assemblyai
+ provider: whisper-v3
17
18
tts:
19
# 可选值:azure、 google、 local、 volcengine
0 commit comments