deer-flow/.env.example
2025-05-08 10:02:19 +08:00

18 lines
538 B
Plaintext

# Application Settings
DEBUG=True
APP_ENV=development
# Search Engine
SEARCH_API=tavily
TAVILY_API_KEY=tvly-xxx
# JINA_API_KEY=jina_xxx # Optional, default is None
# Optional, volcengine TTS for generating podcast
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
# [!NOTE]
# For model settings and other configurations, please refer to `docs/configuration_guide.md`