forked from Darwin-lfl/langmanus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 744 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# LLM Environment variables
# Reasoning LLM (for complex reasoning tasks)
REASONING_API_KEY=sk-xxx
REASONING_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
REASONING_MODEL=qwq-plus
# Non-reasoning LLM (for straightforward tasks)
BASIC_API_KEY=sk-xxx
BASIC_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
BASIC_MODEL=qwen-max-latest
# Vision-language LLM (for tasks requiring visual understanding)
VL_API_KEY=sk-xxx
VL_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1
VL_MODEL=qwen2.5-vl-72b-instruct
# Application Settings
DEBUG=True
APP_ENV=development
# Add other environment variables as needed
TAVILY_API_KEY=tvly-xxx
# CHROME_INSTANCE_PATH=/Applications/Google Chrome.app/Contents/MacOS/Google Chrome