Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 插件商店支持中文搜索。

Awesome Lists containing this project

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/) 项目,特此感谢。