-
Notifications
You must be signed in to change notification settings - Fork 59.3k
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
[Feature] Plugin Web Search: 可以增加联网搜索功能吗? #165
Comments
目前还不太清楚浏览器里是否能直接获取搜索引擎结果,后续再加吧 |
https://github.com/circlestarzero/EX-chatGPT |
写错了,谷歌搜索引擎的api每天应该是100次免费机会 |
这些功能langchain js 都有 连sql 都有 大模型也有 |
当然在js圈子看不到的 这个库最早来自于py 上面说的功能都是agents里的功能 |
川虎的实现逻辑,我估计是这样的,gui调搜索引擎搜索关键词,然后以一定规则爬取某些网页,和网页的内容,然后喂给gpt,所以川虎会有以下两种情况。 |
我是直接扔给chatgpt对话框google网址,让它帮我搜索 |
川虎用的是duckduckgo这个库获取的搜索结果 |
https://chat1.aichatos.com/#/chat/1681292288748 |
|
这个作者有个ddg的仓库,大概率应该也是用的ddg的引擎。 |
这个是真厉害,希望能实现。 |
我怀疑是 别人在 chatgpt-web 的基础上做了二开吧 |
|
https://github.com/Significant-Gravitas/Auto-GPT |
是做二开的,加上了一些自己的功能,并且把自己的收款码放进去了(狗头) |
https://github.com/Hk-Gosuto/ChatGPT-Next-Web |
@Hk-Gosuto 效果如何,能否提供几个问答的截图? |
效果取决于duckduckgo本身返回的内容,默认只取了3条结果 |
效果很不错 |
If the current Internet search function uses a third-party API, the cost will be too high. |
强烈建议优先加入DALL·E 3插件功能。 |
It is strongly recommended to add the DALL·E 3 plug-in function first. |
Interesting about this Issue By the way, the function calling allows AI for visiting websites, but not all websites can be accessed. It's most likely that only trusted sites are permitted. code : {
"name": "visit_website",
"parameters": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The URL of the website to visit"
}
},
"required": [
"https://teapot-cat.pages.dev/teapot.png"
]
},
"description": "Visit a website"
} |
这个我支持。DALL·E 3效果比2好多了。 |
I support this. DALL·E 3 is much better than 2. |
现在这个仓库已经是最新版的dalle3了,'ChatGPT-Next-Web-LangChain' |
This warehouse is now the latest version of dalle3, 'ChatGPT-Next-Web-LangChain' |
这家贡献者很多啊?👏 |
There are many contributors to this company? 👏 |
…GPTNextWeb#165) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.55 to 0.10.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.55...openssl-v0.10.60) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When I turn on web search in plugin, it can not search with bing search engine until 60 seconds. If I adjust the REQUEST_TIMEOUT_MS to 600 seconds, the result will be get. |
在Next Chat里联网可以用我这个方案,只需要换apibase地址就行,也可以自己部署,效果如下:https://search2ai.online/github |
You can use my solution for networking in Next Chat. You only need to change the apibase address. You can also deploy it yourself. The effect is as follows: https://search2ai.online/github |
调用接口那个是第三方的,免费的不好使。 建议大佬开放插件接口规范,比如可读,可改对话内容就行,然后自己写fetch调用第三方服务。了不起配一些静态变量。 |
The calling interface is from a third party, and the free one is not easy to use. I prefer to manually extract the content of the web page and put it into the chat content. If you have the ability to circumvent the wall, you can use Google. This is what I am doing now, using the reader JS to purify the content. |
这个目前有进展了吗,看 issue 已经有将近一年了。。 |
Is there any progress on this currently? It has been nearly a year since I saw the issue. . |
最好的办法是直接实现插件,因为这才符合逻辑, |
使用 Vercel AI 模块,使您的开发变得更加轻松,并为您提供干净的代码。 |
Use the Vercel AI module to make your development easier and give you clean code. |
Hey everyone. How's the development of the plugin features going? Feels like it hasn't been updated for a while. Looking forward to the plugins being launched soon. |
This any update or can I assist? |
see #5353 |
this is plugin demo (call duckduckgolite) worked on v2.15.0 |
在这个项目里发现有联网搜索功能,可以实现类似的功能吗?
https://github.com/GaiZhenbiao/ChuanhuChatGPT
The text was updated successfully, but these errors were encountered: