We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git pull
pip install -r requirements.txt
你的问题是否在test.py能复现? 用docker部署的,没测。
你复现时的config.json,注意抹去你的api-key
你的问题: 始终无法正确加载searxng-search插件
收到ai的回复: 略
debug模式终端打印的日志:
从日志里可以看到已经load到searxng-search的内容了,但最后的结果就是没有搜索插件,不知道如何才能正确加载searxng-search搜索插件。
The text was updated successfully, but these errors were encountered:
+1,也遇到同样的问题了,死活加载不上,即时只用这个库也加载不上
Sorry, something went wrong.
想问解决了吗
+1,也遇到同样的问题了,就这个加载不上
No branches or pull requests
前置确认
1. 网络能够访问openai接口
2.
git pull
拉取最新代码3. 执行
pip install -r requirements.txt
,检查依赖是否满足4. 在已有 issue 中未搜索到类似问题
5. 注意,提issue前请确认用本项目test.py(参考README.md 快速开始配置)重试一次你的问题是否能复现
问题描述
你的问题是否在test.py能复现?
用docker部署的,没测。
你复现时的config.json,注意抹去你的api-key
你的问题:
始终无法正确加载searxng-search插件
收到ai的回复:
略
debug模式终端打印的日志:
从日志里可以看到已经load到searxng-search的内容了,但最后的结果就是没有搜索插件,不知道如何才能正确加载searxng-search搜索插件。
环境
使用最新版Docker镜像部署
The text was updated successfully, but these errors were encountered: