wiseflow/env_sample

10 lines
637 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" ##for local model services or calling non-OpenAI services with openai_wrapper
2024-06-16 14:33:21 +08:00
##strongly recommended to use the following model provided by siliconflow (consider both effect and price)
export GET_INFO_MODEL="THUDM/glm-4-9b-chat" ##
export REWRITE_MODEL="Qwen/Qwen2-7B-Instruct"
export HTML_PARSE_MODEL="aQwen/Qwen2-7B-Instruct"
2024-06-16 20:42:01 +08:00
export PROJECT_DIR="work_dir"
2024-07-30 22:32:20 +08:00
export PB_API_AUTH="test@example.com|1234567890"
# export "PB_API_BASE"="" ##only use if your pb not run on 127.0.0.1:8090
2024-06-15 15:41:31 +08:00
export WS_LOG="verbose" ##for detail log info. If not need, just delete this item.