wiseflow/env_sample

14 lines
786 B
Plaintext
Raw Normal View History

2024-06-15 15:41:31 +08:00
export LLM_API_KEY=""
export LLM_API_BASE="https://api.siliconflow.cn/v1"
2024-12-24 13:11:17 +08:00
export PRIMARY_MODEL="Qwen/Qwen2.5-32B-Instruct"
2025-01-17 23:28:22 +08:00
export SECONDARY_MODEL="Qwen/Qwen2.5-7B-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
2024-12-24 13:11:17 +08:00
export VL_MODEL="OpenGVLab/InternVL2-26B"
export PB_API_AUTH="test@example.com|1234567890" ##your pb superuser account and password
##belowing is optional, go as you need
2024-12-09 18:18:10 +08:00
#export VERBOSE="true" ##for detail log info. If not need, remove this item.
2024-06-16 20:42:01 +08:00
export PROJECT_DIR="work_dir"
2025-01-08 11:43:25 +08:00
#export PB_API_BASE="" ##only use if your pb not run on 127.0.0.1:8090
#export LLM_CONCURRENT_NUMBER=8 ##for concurrent llm requests, make sure your llm provider supports it(leave default is 1)