mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-15 11:04:44 +08:00
feat: integrate volcengine tts functionality
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
DEBUG=True
|
||||
APP_ENV=development
|
||||
|
||||
# Add other environment variables as needed
|
||||
# tavily, duckduckgo, brave_search, arxiv
|
||||
# Search Engine
|
||||
SEARCH_API=tavily
|
||||
TAVILY_API_KEY=tvly-xxx
|
||||
BRAVE_SEARCH_API_KEY=brave-xxx
|
||||
# JINA_API_KEY=jina_xxx # Optional, default is None
|
||||
|
||||
# Volcengine TTS
|
||||
VOLCENGINE_TTS_APPID=xxx
|
||||
VOLCENGINE_TTS_ACCESS_TOKEN=xxx
|
||||
# VOLCENGINE_TTS_CLUSTER=volcano_tts # Optional, default is volcano_tts
|
||||
# VOLCENGINE_TTS_VOICE_TYPE=BV700_V2_streaming # Optional, default is BV700_V2_streaming
|
||||
|
||||
Reference in New Issue
Block a user