mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
f87b68e6b1
* issues repair * improve mp_alblum for #55 * prompt engineering for get info * update to V0.3.1 * update to V0.3.1
10 lines
637 B
Plaintext
Executable File
10 lines
637 B
Plaintext
Executable File
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="THUDM/glm-4-9b-chat" ##
|
|
export REWRITE_MODEL="Qwen/Qwen2-7B-Instruct"
|
|
export HTML_PARSE_MODEL="aQwen/Qwen2-7B-Instruct"
|
|
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. |