-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置的DeepSeek的API,一直抓取不到数据 #188
Comments
完整的 log 放一下 |
这就是完整的log了,一直停留在这里,没有继续。 |
那你要检查下你的 deepseek api了,如果如你所言一直卡在这里,就是 llm 没有返回 |
应该API没问题,同样的API和Key值,在Cline和Cursor里都可以正常的跑 |
LLM_API_BASE 设置了没,wiseflow 目前都是依靠 openaSDK,所以需要设定 BASE 和 API |
我的配置是这样的: export LLM_API_KEY="我的DeepSeekkey"
export LLM_API_BASE="https://api.deepseek.com"
export PRIMARY_MODEL="deepseek-chat"
export VL_MODEL="deepseek-chat"
export PB_API_AUTH="我的PB密码" |
你要查看下 deepseek 的官网,在使用 openaiSDK 时,有可能 LLM-API_BASE 后面要加 /chat/V1 这些 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
配置的DeepSeek的API,设置的百度新闻和新浪新闻作为sites,focus_points设置的内容最多的体育和娱乐,居然一直抓取不到数据
The text was updated successfully, but these errors were encountered: