Skip to content

Commit

Permalink
update readme (InternLM#15)
Browse files Browse the repository at this point in the history
* update readme

* update readme
  • Loading branch information
Harold-lkk authored Jul 30, 2024
1 parent e05f2e3 commit 9c84da6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ python -m mindsearch.app --lang en --model_format internlm_server

- `--lang`: language of the model, `en` for English and `zh` for Chinese.
- `--model_format`: format of the model.
`internlm_server` for InternLM2.5-7b-chat with local server. (For InternLM2.5-7b-chat, its performance in English is not as good as in Chinese.)
`gpt4` for GPT4.
if you want to use other models, please modify [models](./mindsearch/agent/models.py)
- `internlm_server` for InternLM2.5-7b-chat with local server. (InternLM2.5-7b-chat has been better optimized for Chinese.)
- `gpt4` for GPT4.
if you want to use other models, please modify [models](./mindsearch/agent/models.py)

### Step3: Setup MindSearch Frontend

Providing following frontend interfaces:
Providing following frontend interfaces,

- React

Expand All @@ -81,6 +81,8 @@ npm install
npm start
```

Details can be found in [React](./frontend/React/README.md)

- Gradio

```bash
Expand Down
8 changes: 5 additions & 3 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ python -m mindsearch.app --lang en --model_format internlm_server

- `--lang`: 模型的语言,`en` 为英语,`zh` 为中文。
- `--model_format`: 模型的格式。
`internlm_server` 为 InternLM2.5-7b-chat 本地服务器。
`gpt4` 为 GPT4。
如果您想使用其他模型,请修改 [models](./mindsearch/agent/models.py)
- `internlm_server` 为 InternLM2.5-7b-chat 本地服务器。
- `gpt4` 为 GPT4。
如果您想使用其他模型,请修改 [models](./mindsearch/agent/models.py)

### 步骤3: 启动 MindSearch 前端

Expand All @@ -78,6 +78,8 @@ npm install
npm start
```

更多细节请参考 [React](./frontend/React/README.md)

- Gradio

```bash
Expand Down

0 comments on commit 9c84da6

Please sign in to comment.