Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banbri/chatgpt-plugins-searchable
让你的 ChatGPT 插件商店支持中文搜索。
https://github.com/banbri/chatgpt-plugins-searchable
chatgpt chatgpt-app chatgpt-chrome-extension chatgpt-plugin chatgpt-plugins chatgpt4
Last synced: 3 months ago
JSON representation
让你的 ChatGPT 插件商店支持中文搜索。
- Host: GitHub
- URL: https://github.com/banbri/chatgpt-plugins-searchable
- Owner: banbri
- License: mit
- Created: 2023-05-23T09:41:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T08:39:38.000Z (over 1 year ago)
- Last Synced: 2024-06-15T10:33:18.270Z (5 months ago)
- Topics: chatgpt, chatgpt-app, chatgpt-chrome-extension, chatgpt-plugin, chatgpt-plugins, chatgpt4
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 106
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - ChatGPT-Plugins-Searchable - Make your ChatGPT Plugin store searchable.让你的 ChatGPT 插件商店支持搜索。https://greasyfork.org/scripts/466901-chatgpt-plugins-searchable (Browser-extensions)
README
## 展示
![image](https://github.com/banbri/ChatGPT-Plugins-Searchable/assets/44187480/8be84c53-0497-40f8-b2a3-619b0425b819)
## 项目简介
- 这个脚本专门为 ChatGPT Plus 用户服务,给 ChatGPT 插件商店添加一个中文搜索功能。
- 底层使用 OpenAI GPT-3.5 embeddings 接口来自于 [ChatPlugin.top](https://ChatPlugin.top/?plugin),支持任意语言甚至语义化搜索。
- 这个网站你可能感兴趣:[ChatGPT Plugin 中文介绍网](https://chatgpt-plugins.banbri.cn/)
- 如果你觉得这个脚本对你有帮助,可以点个⭐️STAR支持一下。## 安装说明
- 请确保已经安装 [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) 脚本管理器
- 到[这里](https://greasyfork.org/zh-CN/scripts/466901)点击安装此脚本
- 安装完成后刷新页面即生效
- 详细安装教程可以点此查看:[安装教程](https://github.com/banbri/ChatGPT-Plugins-Searchable/blob/main/%E4%B8%AD%E6%96%87%E5%AE%89%E8%A3%85%E5%90%91%E5%AF%BC.md)## 特别感谢
- 项目部分代码和部分文档参考了 [KeepChatGPT](https://github.com/xcanwin/KeepChatGPT/) 项目,特此感谢。