mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
10 lines
478 B
Plaintext
Executable File
10 lines
478 B
Plaintext
Executable File
export LLM_API_KEY=""
|
|
export LLM_API_BASE="https://api.siliconflow.cn/v1"
|
|
export PB_API_AUTH="test@example.com|1234567890" ##your pb superuser account and password
|
|
export VERBOSE="true" ##for detail log info. If not need, remove this item.
|
|
|
|
##belowing is optional, go as you need
|
|
#export PRIMARY_MODEL="Qwen/Qwen2.5-14B-Instruct"
|
|
#export SECONDARY_MODEL="THUDM/glm-4-9b-chat"
|
|
export PROJECT_DIR="work_dir"
|
|
#export "PB_API_BASE"="" ##only use if your pb not run on 127.0.0.1:8090 |