Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
•
5dced7c
1
Parent(s):
d987918
doc: 为Claude更新README
Browse files- README.md +4 -3
- readme/README_en.md +4 -3
- readme/README_ja.md +3 -2
- readme/README_ru.md +3 -2
README.md
CHANGED
@@ -70,10 +70,11 @@
|
|
70 |
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | 支持 Lora 模型
|
71 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | 不支持流式传输 | [StableLM](https://github.com/Stability-AI/StableLM)
|
72 |
| [讯飞星火认知大模型](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
73 |
-
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
74 |
-
| [MiniMax](https://api.minimax.chat/) |
|
75 |
| [XMChat](https://github.com/MILVLG/xmchat) | 不支持流式传输
|
76 |
| [Midjourney](https://www.midjourney.com/) | 不支持流式传输
|
|
|
77 |
|
78 |
## 使用技巧
|
79 |
|
@@ -141,7 +142,7 @@ python ChuanhuChatbot.py
|
|
141 |
一个浏览器窗口将会自动打开,此时您将可以使用 **川虎Chat** 与ChatGPT或其他模型进行对话。
|
142 |
|
143 |
> **Note**
|
144 |
-
>
|
145 |
> 具体详尽的安装教程和使用教程请查看[本项目的wiki页面](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程)。
|
146 |
|
147 |
## 疑难杂症解决
|
|
|
70 |
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | 支持 Lora 模型
|
71 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | 不支持流式传输 | [StableLM](https://github.com/Stability-AI/StableLM)
|
72 |
| [讯飞星火认知大模型](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
73 |
+
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
74 |
+
| [MiniMax](https://api.minimax.chat/) |
|
75 |
| [XMChat](https://github.com/MILVLG/xmchat) | 不支持流式传输
|
76 |
| [Midjourney](https://www.midjourney.com/) | 不支持流式传输
|
77 |
+
| [Claude](https://www.anthropic.com/) |
|
78 |
|
79 |
## 使用技巧
|
80 |
|
|
|
142 |
一个浏览器窗口将会自动打开,此时您将可以使用 **川虎Chat** 与ChatGPT或其他模型进行对话。
|
143 |
|
144 |
> **Note**
|
145 |
+
>
|
146 |
> 具体详尽的安装教程和使用教程请查看[本项目的wiki页面](https://github.com/GaiZhenbiao/ChuanhuChatGPT/wiki/使用教程)。
|
147 |
|
148 |
## 疑难杂症解决
|
readme/README_en.md
CHANGED
@@ -63,13 +63,14 @@
|
|
63 |
| API Callable Models | Remarks | Locally Deployed Models | Remarks |
|
64 |
| :---: | --- | :---: | --- |
|
65 |
| [ChatGPT(GPT-4)](https://chat.openai.com) | Support fine-tune gpt-3.5 | [ChatGLM](https://github.com/THUDM/ChatGLM-6B) ([ChatGLM2](https://github.com/THUDM/ChatGLM2-6B)) |
|
66 |
-
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | Support Lora models
|
67 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | Not support streaming | [StableLM](https://github.com/Stability-AI/StableLM)
|
68 |
| [iFlytek Starfire Cognition Large Model](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
69 |
-
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
70 |
-
| [MiniMax](https://api.minimax.chat/) |
|
71 |
| [XMChat](https://github.com/MILVLG/xmchat) | Not support streaming
|
72 |
| [Midjourney](https://www.midjourney.com/) | Not support streaming
|
|
|
73 |
|
74 |
## Usage Tips
|
75 |
|
|
|
63 |
| API Callable Models | Remarks | Locally Deployed Models | Remarks |
|
64 |
| :---: | --- | :---: | --- |
|
65 |
| [ChatGPT(GPT-4)](https://chat.openai.com) | Support fine-tune gpt-3.5 | [ChatGLM](https://github.com/THUDM/ChatGLM-6B) ([ChatGLM2](https://github.com/THUDM/ChatGLM2-6B)) |
|
66 |
+
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | Support Lora models
|
67 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | Not support streaming | [StableLM](https://github.com/Stability-AI/StableLM)
|
68 |
| [iFlytek Starfire Cognition Large Model](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
69 |
+
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
70 |
+
| [MiniMax](https://api.minimax.chat/) |
|
71 |
| [XMChat](https://github.com/MILVLG/xmchat) | Not support streaming
|
72 |
| [Midjourney](https://www.midjourney.com/) | Not support streaming
|
73 |
+
| [Claude](https://www.anthropic.com/) |
|
74 |
|
75 |
## Usage Tips
|
76 |
|
readme/README_ja.md
CHANGED
@@ -65,10 +65,11 @@
|
|
65 |
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | Loraモデルのサポートあり
|
66 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | ストリーミング転送はサポートされていません | [StableLM](https://github.com/Stability-AI/StableLM)
|
67 |
| [讯飞星火认知大模型](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
68 |
-
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
69 |
-
| [MiniMax](https://api.minimax.chat/) |
|
70 |
| [XMChat](https://github.com/MILVLG/xmchat) | ストリーミング転送はサポートされていません
|
71 |
| [Midjourney](https://www.midjourney.com/) | ストリーミング転送はサポートされていません
|
|
|
72 |
|
73 |
## 使う上でのTips
|
74 |
|
|
|
65 |
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | Loraモデルのサポートあり
|
66 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | ストリーミング転送はサポートされていません | [StableLM](https://github.com/Stability-AI/StableLM)
|
67 |
| [讯飞星火认知大模型](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
68 |
+
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
69 |
+
| [MiniMax](https://api.minimax.chat/) |
|
70 |
| [XMChat](https://github.com/MILVLG/xmchat) | ストリーミング転送はサポートされていません
|
71 |
| [Midjourney](https://www.midjourney.com/) | ストリーミング転送はサポートされていません
|
72 |
+
| [Claude](https://www.anthropic.com/) |
|
73 |
|
74 |
## 使う上でのTips
|
75 |
|
readme/README_ru.md
CHANGED
@@ -65,10 +65,11 @@
|
|
65 |
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | Поддерживает модель Lora
|
66 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | Не поддерживает потоковую передачу данных | [StableLM](https://github.com/Stability-AI/StableLM)
|
67 |
| [Xunfei Xinghuo Cognitive Model](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
68 |
-
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
69 |
-
| [MiniMax](https://api.minimax.chat/) |
|
70 |
| [XMChat](https://github.com/MILVLG/xmchat) | Не поддерживает потоковую передачу данных
|
71 |
| [Midjourney](https://www.midjourney.com/) | Не поддерживает потоковую передачу данных
|
|
|
72 |
|
73 |
## Советы по использованию
|
74 |
|
|
|
65 |
| [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) | | [LLaMA](https://github.com/facebookresearch/llama) | Поддерживает модель Lora
|
66 |
| [Google PaLM](https://developers.generativeai.google/products/palm) | Не поддерживает потоковую передачу данных | [StableLM](https://github.com/Stability-AI/StableLM)
|
67 |
| [Xunfei Xinghuo Cognitive Model](https://xinghuo.xfyun.cn) | | [MOSS](https://github.com/OpenLMLab/MOSS)
|
68 |
+
| [Inspur Yuan 1.0](https://air.inspur.com/home) | |
|
69 |
+
| [MiniMax](https://api.minimax.chat/) |
|
70 |
| [XMChat](https://github.com/MILVLG/xmchat) | Не поддерживает потоковую передачу данных
|
71 |
| [Midjourney](https://www.midjourney.com/) | Не поддерживает потоковую передачу данных
|
72 |
+
| [Claude](https://www.anthropic.com/) |
|
73 |
|
74 |
## Советы по использованию
|
75 |
|