You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export LLM_API_KEY=" "
export LLM_API_BASE="http://192.168.233.49:11434/v1"
#export LLM_API_BASE="https://api.siliconflow.cn/v1"
export PB_API_AUTH="[email protected]|password" ##your pb superuser account and password
##belowing is optional, go as you need
#export VERBOSE="true" ##for detail log info. If not need, remove this item.
export PRIMARY_MODEL="qwen2.5:14b"
#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
使用siliconflow的采集和处理结果
使用本地ollama运行输出
The text was updated successfully, but these errors were encountered:
项目.env使用siliconflow可以运行采集和处理,切换成本地Ollama后再跑run_task.sh 控制台 llm output:无信息 无法处理
使用ollama时.env配置文件信息:
export LLM_API_KEY=" "
export LLM_API_BASE="http://192.168.233.49:11434/v1"
#export LLM_API_BASE="https://api.siliconflow.cn/v1"
export PB_API_AUTH="[email protected]|password" ##your pb superuser account and password
##belowing is optional, go as you need
#export VERBOSE="true" ##for detail log info. If not need, remove this item.
export PRIMARY_MODEL="qwen2.5:14b"
#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
使用siliconflow的采集和处理结果
使用本地ollama运行输出
The text was updated successfully, but these errors were encountered: