Keldos commited on
Commit
67474f7
1 Parent(s): 14c4abc

doc: 调用语言模型支持加入palm,修复错误格式

Browse files

小声:移除了误加入的对`<kbd>`的行间代码格式

Files changed (3) hide show
  1. README.md +1 -0
  2. readme/README_en.md +3 -2
  3. readme/README_ja.md +3 -2
README.md CHANGED
@@ -50,6 +50,7 @@
50
  **通过API调用的语言模型**:
51
 
52
  - [ChatGPT](https://chat.openai.com) ([GPT-4](https://openai.com/product/gpt-4))
 
53
  - [Inspur Yuan 1.0](https://air.inspur.com/home)
54
  - [MiniMax](https://api.minimax.chat/)
55
  - [XMChat](https://github.com/MILVLG/xmchat)
 
50
  **通过API调用的语言模型**:
51
 
52
  - [ChatGPT](https://chat.openai.com) ([GPT-4](https://openai.com/product/gpt-4))
53
+ - [Google PaLM](https://developers.generativeai.google/products/palm)
54
  - [Inspur Yuan 1.0](https://air.inspur.com/home)
55
  - [MiniMax](https://api.minimax.chat/)
56
  - [XMChat](https://github.com/MILVLG/xmchat)
readme/README_en.md CHANGED
@@ -49,6 +49,7 @@
49
  **LLM models via API**:
50
 
51
  - [ChatGPT](https://chat.openai.com) ([GPT-4](https://openai.com/product/gpt-4))
 
52
  - [Inspur Yuan 1.0](https://air.inspur.com/home)
53
  - [MiniMax](https://api.minimax.chat/)
54
  - [XMChat](https://github.com/MILVLG/xmchat)
@@ -65,8 +66,8 @@
65
  - To better control the ChatGPT, use System Prompt.
66
  - To use a Prompt Template, select the Prompt Template Collection file first, and then choose certain prompt from the drop-down menu.
67
  - To try again if the response is unsatisfactory, use `🔄 Regenerate` button.
68
- - To start a new line in the input box, press `<kbd>`Shift`</kbd>` + `<kbd>`Enter`</kbd>` keys.
69
- - To quickly switch between input history, press `<kbd>`↑`</kbd>` and `<kbd>`↓`</kbd>` key in the input box.
70
  - To deploy the program onto a server, set `"server_name": "0.0.0.0", "server_port" <your port number>,` in `config.json`.
71
  - To get a public shared link, set `"share": true,` in `config.json`. Please be noted that the program must be running in order to be accessed via a public link.
72
  - To use it in Hugging Face Spaces: It is recommended to **Duplicate Space** and run the program in your own Space for a faster and more secure experience.
 
49
  **LLM models via API**:
50
 
51
  - [ChatGPT](https://chat.openai.com) ([GPT-4](https://openai.com/product/gpt-4))
52
+ - [Google PaLM](https://developers.generativeai.google/products/palm)
53
  - [Inspur Yuan 1.0](https://air.inspur.com/home)
54
  - [MiniMax](https://api.minimax.chat/)
55
  - [XMChat](https://github.com/MILVLG/xmchat)
 
66
  - To better control the ChatGPT, use System Prompt.
67
  - To use a Prompt Template, select the Prompt Template Collection file first, and then choose certain prompt from the drop-down menu.
68
  - To try again if the response is unsatisfactory, use `🔄 Regenerate` button.
69
+ - To start a new line in the input box, press <kbd>Shift</kbd> + <kbd>Enter</kbd> keys.
70
+ - To quickly switch between input history, press <kbd>↑</kbd> and <kbd>↓</kbd> key in the input box.
71
  - To deploy the program onto a server, set `"server_name": "0.0.0.0", "server_port" <your port number>,` in `config.json`.
72
  - To get a public shared link, set `"share": true,` in `config.json`. Please be noted that the program must be running in order to be accessed via a public link.
73
  - To use it in Hugging Face Spaces: It is recommended to **Duplicate Space** and run the program in your own Space for a faster and more secure experience.
readme/README_ja.md CHANGED
@@ -49,6 +49,7 @@
49
  **APIを通じてアクセス可能な大規模言語モデル**:
50
 
51
  - [ChatGPT](https://chat.openai.com) ([GPT-4](https://openai.com/product/gpt-4))
 
52
  - [Inspur Yuan 1.0](https://air.inspur.com/home)
53
  - [MiniMax](https://api.minimax.chat/)
54
  - [XMChat](https://github.com/MILVLG/xmchat)
@@ -64,8 +65,8 @@
64
 
65
  - ChatGPTをより適切に制御するために、システムプロンプトを使用できます。
66
  - プロンプトテンプレートを使用するには、プロンプトテンプレートコレクションを選択し、ドロップダウンメニューから特定のプロンプトを選択。回答が不十分な場合は、`🔄再生成`ボタンを使って再試行します。
67
- - 入力ボックスで改行するには、`<kbd>`Shift`</kbd>` + `<kbd>`Enter`</kbd>`キーを押してください。
68
- - 入力履歴を素早く切り替えるには、入力ボックスで `<kbd>`↑`</kbd>`と`<kbd>`↓`</kbd>`キーを押す。
69
  - プログラムをサーバーに展開するには、`config.json` 内の `"server_name": "0.0.0.0", "server_port": <ポート番号>`を設定してください。
70
  - 共有リンクを取得するには、 `config.json` 内の `"share": true` を設定してください。なお、公開リンクでアクセスするためには、プログラムが実行されている必要があることに注意してください。
71
  - Hugging Face Spacesで使用する場合: より速く、より安全に利用するために、**Duplicate Space**を使用し、自分のスペースでプログラムを実行することをお勧めします。
 
49
  **APIを通じてアクセス可能な大規模言語モデル**:
50
 
51
  - [ChatGPT](https://chat.openai.com) ([GPT-4](https://openai.com/product/gpt-4))
52
+ - [Google PaLM](https://developers.generativeai.google/products/palm)
53
  - [Inspur Yuan 1.0](https://air.inspur.com/home)
54
  - [MiniMax](https://api.minimax.chat/)
55
  - [XMChat](https://github.com/MILVLG/xmchat)
 
65
 
66
  - ChatGPTをより適切に制御するために、システムプロンプトを使用できます。
67
  - プロンプトテンプレートを使用するには、プロンプトテンプレートコレクションを選択し、ドロップダウンメニューから特定のプロンプトを選択。回答が不十分な場合は、`🔄再生成`ボタンを使って再試行します。
68
+ - 入力ボックスで改行するには、<kbd>Shift</kbd> + <kbd>Enter</kbd>キーを押してください。
69
+ - 入力履歴を素早く切り替えるには、入力ボックスで <kbd>↑</kbd>と<kbd>↓</kbd>キーを押す。
70
  - プログラムをサーバーに展開するには、`config.json` 内の `"server_name": "0.0.0.0", "server_port": <ポート番号>`を設定してください。
71
  - 共有リンクを取得するには、 `config.json` 内の `"share": true` を設定してください。なお、公開リンクでアクセスするためには、プログラムが実行されている必要があることに注意してください。
72
  - Hugging Face Spacesで使用する場合: より速く、より安全に利用するために、**Duplicate Space**を使用し、自分のスペースでプログラムを実行することをお勧めします。