2025-04-07 16:25:55 +08:00
|
|
|
# Application Settings
|
|
|
|
|
DEBUG=True
|
|
|
|
|
APP_ENV=development
|
|
|
|
|
|
2025-04-18 15:28:31 +08:00
|
|
|
# Search Engine
|
2025-04-10 11:45:04 +08:00
|
|
|
SEARCH_API=tavily
|
2025-04-07 16:25:55 +08:00
|
|
|
TAVILY_API_KEY=tvly-xxx
|
|
|
|
|
# JINA_API_KEY=jina_xxx # Optional, default is None
|
|
|
|
|
|
2025-04-25 16:05:24 +08:00
|
|
|
# Optional, volcengine TTS for generating podcast
|
2025-04-18 15:28:31 +08:00
|
|
|
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
|