mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-10-04 12:36:31 +08:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
# Application Settings
|
|
DEBUG=True
|
|
APP_ENV=development
|
|
|
|
# Add other environment variables as needed
|
|
# tavily, duckduckgo, brave_search, arxiv
|
|
SEARCH_API=tavily
|
|
TAVILY_API_KEY=tvly-xxx
|
|
BRAVE_SEARCH_API_KEY=brave-xxx
|
|
# JINA_API_KEY=jina_xxx # Optional, default is None
|
|
|