TeamWiseFlow / wiseflow

Wiseflow is an agile information mining tool that extracts concise messages from various sources such as websites, WeChat official accounts, social platforms, etc. It automatically categorizes and uploads them to the database.
Other
4.64k stars 776 forks source link

运行过程报错超时 #108

Closed gjxwwww8888 closed 2 weeks ago

gjxwwww8888 commented 1 month ago

image

zx1n2580 commented 1 month ago

pb数据库没配置对

gjxwwww8888 commented 1 month ago

应该如何操作呢?我尝试了好多遍一直没成功

zx1n2580 commented 1 month ago

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

trongly 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-72B-Instruct" export HTML_PARSE_MODEL="Qwen/Qwen2-72B-Instruct" export PROJECT_DIR="work" export PB_API_AUTH="test@example.com|1234567890" export PB_API_BASE="http://127.0.0.1:8090/" ##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. export VOLC_KEY="1|1"填上自己的apikey 试试这个env文件呢

gjxwwww8888 commented 1 month ago

这个我已经设置过了,下面是我之前设置的 image

zx1n2580 commented 1 month ago

我的是加上export PB_API_BASE="http://127.0.0.1:8090/"就好了

gjxwwww8888 commented 1 month ago

image 改完现在就报这个错

zx1n2580 commented 1 month ago

那不知道了

bigbrother666sh commented 1 month ago

本地运行,且默认在8090端口运行 pocketbase serve时无需填入 PB_API_BASE, 我觉得你可能是 PB 的用户名密码填错了