forked from TeamWiseFlow/wiseflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv_sample
More file actions
executable file
·15 lines (14 loc) · 756 Bytes
/
env_sample
File metadata and controls
executable file
·15 lines (14 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LLM_API_KEY=""
LLM_API_BASE="https://api.siliconflow.cn/v1"
ZHIPU_API_KEY="" #for the search tool
PRIMARY_MODEL="Qwen/Qwen2.5-32B-Instruct"
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="OpenGVLab/InternVL2-26B"
PB_API_AUTH="test@example.com|1234567890" ##your pb superuser account and password
##belowing is optional, go as you need
#VERBOSE="true" ##for detail log info. If not need, remove this item.
PROJECT_DIR="work_dir"
#PB_API_BASE="" ##only use if your pb not run on 127.0.0.1:8090
#LLM_CONCURRENT_NUMBER=8 ##for concurrent llm requests, make sure your llm provider supports it(leave default is 1)