mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-10-04 09:16:29 +08:00
16 lines
432 B
Plaintext
16 lines
432 B
Plaintext
# Application Settings
|
|
DEBUG=True
|
|
APP_ENV=development
|
|
|
|
# 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
|