diff --git a/README.md b/README.md index 7bf769f8c1..53be92b063 100644 --- a/README.md +++ b/README.md @@ -12,32 +12,32 @@ ## Features -Large Language Models (LLMs) based AI bots are amazing. However, their behavior can be random and different bots excel at different tasks. If you want the best experience, don't try them one by one. ChatALL (Chinese name: 齐叨) can help you to discover the best option. +Large Language Models (LLMs) based AI bots are amazing. However, their behavior can be random and different bots excel at different tasks. If you want the best experience, don't try them one by one. ChatALL (Chinese name: 齐叨) can send prompt to severl AI bots concurrently, help you to discover the best results. ### Supported bots -| AI Bots | Web Access | API | Highlight Features | -|----------------|-------------|-------------|---------------------------------------| -| [ChatGPT](https://chat.openai.com) | Yes | Yes | Chat with GPT-3.5 & GPT-4 concurrently | -| [Bing Chat](https://www.bing.com/new) | Yes | No API | Chat with three styles concurrently | -| [Baidu ERNIE](https://yiyan.baidu.com/) | No | Coming soon | Who can hack its Web API? | -| [Bard](https://bard.google.com/) | Yes | No API | | -| [Poe](https://poe.com/) | Coming soon | Coming soon | | -| [MOSS](https://moss.fastnlp.top/) | Yes | No API | | -| [Tongyi Qianwen](http://tongyi.aliyun.com/) | Coming soon | Coming soon | Who can provide an invitation? | -| [Dedao Learning Assistant](https://ai.dedao.cn/) | Coming soon | No API | | -| [iFLYTEK SPARK](http://xinghuo.xfyun.cn/) | Yes | Coming soon | | +| AI Bots | Web Access | API | +|----------------------------------------------|----------------|----------------| +| [ChatGPT](https://chat.openai.com) | Yes | Yes | +| [Bing Chat](https://www.bing.com/new) | Yes | No API | +| [Baidu ERNIE](https://yiyan.baidu.com/) | No | Yes | +| [Bard](https://bard.google.com/) | Yes | No API | +| [Poe](https://poe.com/) | Coming soon | Coming soon | +| [MOSS](https://moss.fastnlp.top/) | Yes | No API | +| [Tongyi Qianwen](http://tongyi.aliyun.com/) | Coming soon | Coming soon | +| [Dedao Learning Assistant](https://ai.dedao.cn/) | Coming soon | No API | +| [iFLYTEK SPARK](http://xinghuo.xfyun.cn/) | Yes | Coming soon | And more... ### Other features -* No register needed. Log in with your own bot accounts +* Log in with your own AI bot accounts, or API token +* Automatically keep ChatGPT session alive +* Batch mode: You can send the next prompt without waiting for the previous request to complete * Enable/disable any bots at any time * Switch between one, two, or three-column view * Supports multiple languages (en, zh) -* Keep ChatGPT session alive in background -* Batch mode: You can send the next prompt without waiting for the previous request to complete * [TODO] Best recommendations ## Prerequisites @@ -46,7 +46,7 @@ ChatALL is a client, not a proxy. Therefore, you must: 1. Have working accounts and/or API tokens for the bots. 2. Have reliable network connections to the bots. -3. If you are using a proxy, it must be set as system proxy. +3. If you are using a VPN, it must be set as system/global proxy. ## Download / Install diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 33378ae9e8..476fce8c35 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -10,41 +10,41 @@ ## 功能 -基于大型语言模型(LLMs)的 AI 机器人非常神奇。然而,它们的行为可能是随机的,不同的机器人在不同的任务上表现也有差异。如果你想获得最佳体验,不要一个一个尝试。ChatALL(中文名:齐叨)可能帮助您发现最棒的选择。 - -### 支持的机器人 - -| AI机器人 | 网页访问 | API | 亮点功能 | -|----------------|-------------|-------------|---------------------------------------| -| [ChatGPT](https://chat.openai.com) | 支持 | 支持 | 可同时和 GPT-3.5、GPT-4 聊天 | -| [Bing Chat](https://www.bing.com/new) | 支持 | 无 API | 可同时和三种风格聊天 | -| [文心一言](https://yiyan.baidu.com/) | 否 | 即将推出 | 谁能破解它的 Web API? | -| [Bard](https://bard.google.com/) | 支持 | 无 API | | -| [Poe](https://poe.com/) | 即将推出 | 即将推出 | | -| [MOSS](https://moss.fastnlp.top/) | 支持 | 无 API | | -| [通义千问](http://tongyi.aliyun.com/) | 即将推出 | 即将推出 | 谁能提供邀请码? | -| [得到学习助手](https://ai.dedao.cn/) | 即将推出 | 无 API | | -| [讯飞星火](http://xinghuo.xfyun.cn/) | 支持 | 即将推出 | | +基于大型语言模型(LLMs)的 AI 机器人非常神奇。然而,它们的行为可能是随机的,不同的机器人在不同的任务上表现也有差异。如果你想获得最佳体验,不要一个一个尝试。ChatALL(中文名:齐叨)可以把一条指令同时发给多个 AI,帮助您发现最好的回答。 + +### 支持的 AI + +| AI 机器人 | 网页访问 | API | +|-------------------------------------|----------|---------| +| [ChatGPT](https://chat.openai.com) | 支持 | 支持 | +| [Bing Chat](https://www.bing.com/new)| 支持 | 无 API | +| [文心一言](https://yiyan.baidu.com/) | 否 | 支持 | +| [Bard](https://bard.google.com/) | 支持 | 无 API | +| [Poe](https://poe.com/) | 即将推出 | 即将推出| +| [MOSS](https://moss.fastnlp.top/) | 支持 | 无 API | +| [通义千问](http://tongyi.aliyun.com/)| 即将推出 | 即将推出| +| [得到学习助手](https://ai.dedao.cn/) | 即将推出 | 无 API | +| [讯飞星火](http://xinghuo.xfyun.cn/) | 支持 | 即将推出| 更多... ### 其他功能 -* 不需要注册。使用您自己的对话机器人帐户登录 +* 使用您自己的 AI 机器人帐号登录,或您自己的 API token +* 自动保持 ChatGPT 不掉线 +* 批处理模式,不需要等待前面的请求完成,就可以发下一条指令 * 随时启用/禁用任何机器人 * 在一列、两列或三列视图之间切换 * 支持多种语言(中文,英文) -* 在后台保持 ChatGPT session 不中断 -* 批处理模式,不需要等待前面的请求完成,就可以发下一条指令 * [TODO] 推荐最佳答案 ## 先决条件 ChatALL 是一个客户端,而不是代理。因此,您必须: -1. 拥有有效帐户和/或 API token。 -2. 拥有与机器人网站的可靠网络连接。 -3. 如果是通过代理访问,那么必须设置为系统代理。 +1. 拥有有效帐号或 API token。 +2. 与 AI 网站有可靠的网络连接。 +3. 如果是通过 VPN 访问,那么必须设置为系统/全局代理。 ## 下载 / 安装 @@ -64,7 +64,7 @@ ChatALL 是一个客户端,而不是代理。因此,您必须: 下载 .AppImage 文件,将其设置为可执行,然后双击就可运行。 -## 开发者 +## 给开发者 ### Run diff --git a/screenshots/screenshot-2.png b/screenshots/screenshot-2.png index b6d3303c70..179199474c 100644 Binary files a/screenshots/screenshot-2.png and b/screenshots/screenshot-2.png differ