From 829610d070ba35e1dabf524b62d45e11be7e7e87 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Mon, 30 Dec 2024 16:07:48 +0700 Subject: [PATCH] feat: add whisper git config? --- .env.example | 1 + configs/config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a6cce84..5290d74 100644 --- a/.env.example +++ b/.env.example @@ -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" \ No newline at end of file diff --git a/configs/config.yaml b/configs/config.yaml index 2a42f14..33068d7 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -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