mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-02-03 02:54:37 +08:00
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
#**for local llmp server**
|
|
export DASHSCOPE_API_KEY=''
|
|
export VOLC_KEY='AK|SK'
|
|
|
|
#**for embeddig model**
|
|
export EMBEDDING_MODEL_PATH=''
|
|
export RERANKER_MODEL_PATH=''
|
|
export DEVICE=''
|
|
|
|
#**for processer**
|
|
export PROJECT_DIR=""
|
|
export WS_LOG="verbose"
|
|
export PB_API_AUTH='email|password' |