forked from TeamWiseFlow/wiseflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_docker
More file actions
19 lines (18 loc) · 803 Bytes
/
env_docker
File metadata and controls
19 lines (18 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LLM_API_KEY=""
LLM_API_BASE="https://api.siliconflow.cn/v1"
# for the search tool
ZHIPU_API_KEY=""
PRIMARY_MODEL="deepseek-ai/DeepSeek-R1-Distill-Qwen-14B"
SECONDARY_MODEL="Qwen/Qwen2.5-14B-Instruct"
# use a secondary model to excute the filtering task for the cost saving
# if not set, will use the primary model to excute the filtering task
VL_MODEL="deepseek-ai/deepseek-vl2"
# your pb superuser account and password
PB_SUPERUSER_EMAIL="test@example.com"
PB_SUPERUSER_PASSWORD="1234567890" #no '&' in the password and at least 10 characters
PROJECT_DIR="./core/work_dir"
# belowing is optional, go as you need
# for detail log info. If not need, remove this item.
# VERBOSE="true"
# for concurrent llm requests, make sure your llm provider supports it(leave default is 1)
# LLM_CONCURRENT_NUMBER=8