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 ##strongly recommended to use the following model provided by siliconflow (consider both effect and price) export GET_INFO_MODEL="zhipuai/glm4-9B-chat" export REWRITE_MODEL="alibaba/Qwen2-7B-Instruct" export HTML_PARSE_MODEL="alibaba/Qwen2-7B-Instruct" ##or"01-ai/Yi-1.5-9B-Chat" export PROJECT_DIR="work_dir" 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 export WS_LOG="verbose" ##for detail log info. If not need, just delete this item.