Skip to content
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

Add anse, chagpt-demo #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
| ChatGPT-web加强版-08 | [EX-chatGPT](https://github.com/circlestarzero/EX-chatGPT) | 1.5k | Ex-ChatGPT 使得 ChatGPT 能够调用外部 API,例如 WolframAlpha、Google 和 WikiMedia,以提供更准确和及时的答案 | 1.语音对话功能,使用微软 Azure API,优化响应速度 ( 1-2 秒左右 ) ,包含语音识别和文字转语音,支持多种音色和语言,自定义声音。<br/>2.docker 和 proxy 支持。<br/>3.对 Google 搜索结果进行数据清洗, 减少token占用。<br/>4.允许 ChatGPT 调用外部 API 接口 ( Google,WolframAlpha,WikiMedia ) |
| ChatGPT-web加强版-09 | [chatgpt-php-web](https://github.com/dirk1983/chatgpt) | 1.3k | PHP版调用OpenAI最新接口和模型gpt-3.5-turbo进行问答的Web | 1.增加了一些预设话术<br/>2.对手机浏览器进行了适配优化 |
| ChatGPT-web加强版-10 | [yakGPT](https://github.com/yakGPT/yakGPT) | 1.1k | 一个简单的,本地运行的ChatGPT UI,使您的文本生成更快,聊天更吸引人! | 1.支持api调用<br/>2.支持语音输入 |
| ChatGPT-web加强版-11 | [multimedia-gpt](https://github.com/fengyuli-dev/multimedia-gpt) | 125 | 为您的ChatGPT提供图像、视频和音频输入 | 1.将OpenAI GPT与视觉和音频连接起来。您现在可以使用OpenAI API密钥发送图像、音频记录和pdf文档,并获得文本和图像格式的响应。目前正在增加对视频的支持。 |
| ChatGPT-web加强版-11 | [multimedia-gpt](https://github.com/fengyuli-dev/multimedia-gpt) | 125 | 为您的ChatGPT提供图像、视频和音频输入 | 1.将OpenAI GPT与视觉和音频连接起来。您现在可以使用OpenAI API密钥发送图像、音频记录和pdf文档,并获得文本和图像格式的响应。目前正在增加对视频的支持。
| ChatGPT-web加强版-12 | [chatgpt-demo](https://github.com/anse-app/chatgpt-demo) | 7k | 一个基于 OpenAI GPT-3.5 Turbo API 的 ChatGPT web UI | 1.好看的UI<br/>2.无限对话<br/>3.保存对话记录<br/>4.设置Prompt<br/>5.支持代码公式高亮<br/>6.多平台部署,支持SSR
| ChatGPT-web加强版-13 | [Anse](https://github.com/anse-app/anse) | 186 | 一个极致优化的 AI 聊天 UI | 1.强大的插件系统<br/>2.会话记录保存<br/>3.多种对话模式<br/>4.优化用户界面体验<br/>5.支持代码公式高亮<br/>6.多平台部署,支持SSR |
| ChatGPT-文心一言开源版 | [visual-openllm](https://github.com/visual-openllm/visual-openllm) | 832 | 文心一言的开源版,基于 ChatGLM + Visual ChatGPT + Stable Diffusion | 1.画图+聊天 |
| ChatGPT-命令行版-01 | [shell\_gpt](https://github.com/TheR1D/shell_gpt) | 4.3k | 在Shell中使用ChatGPT | 1.支持api调用<br/>2.支持上下文 |
| ChatGPT-命令行版-02 | [aichat](https://github.com/sigoden/aichat) | 1.1k | 终端使用ChatGPT/GPT-3.5/GPT-4 | 1.支持角色预设<br/>2.语法突出显示markdown和其他200种语言 |
Expand Down