forked from TeamWiseFlow/xiaobei
-
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) · 777 Bytes
/
Copy pathenv_docker
File metadata and controls
19 lines (18 loc) · 777 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"
# LLM_API_BASE="https://open.bigmodel.cn/api/paas/v4/"
JINA_API_KEY="" #for the search tool
PRIMARY_MODEL="Qwen3-30B-A3B"
# PRIMARY_MODEL="glm-4-flash-250414" # free mode
SECONDARY_MODEL="Qwen3-14B"
# SECONDARY_MODEL="glm-4-flash-250414" # free model
VL_MODEL="Pro/Qwen/Qwen2.5-VL-7B-Instruct"
# VL_MODEL="glm-4v-flash" # free model
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