mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
# Application Settings
|
|
DEBUG=True
|
|
APP_ENV=development
|
|
|
|
# Add other environment variables as needed
|
|
# tavily, duckduckgo
|
|
SEARCH_API=tavily
|
|
TAVILY_API_KEY=tvly-xxx
|
|
# JINA_API_KEY=jina_xxx # Optional, default is None
|
|
|