diff --git a/README.md b/README.md index d37892a..d416be6 100644 --- a/README.md +++ b/README.md @@ -204,18 +204,7 @@ $ python webui.py - [x] Bing 搜索 - [x] DuckDuckGo 搜索 - [ ] Agent 实现 -- [x] 增加更多 LLM 模型支持 - - [x] [THUDM/chatglm2-6b](https://huggingface.co/THUDM/chatglm2-6b) - - [x] [THUDM/chatglm-6b](https://huggingface.co/THUDM/chatglm-6b) - - [x] [THUDM/chatglm-6b-int8](https://huggingface.co/THUDM/chatglm-6b-int8) - - [x] [THUDM/chatglm-6b-int4](https://huggingface.co/THUDM/chatglm-6b-int4) - - [x] [THUDM/chatglm-6b-int4-qe](https://huggingface.co/THUDM/chatglm-6b-int4-qe) - - [x] [ClueAI/ChatYuan-large-v2](https://huggingface.co/ClueAI/ChatYuan-large-v2) - - [x] [fnlp/moss-moon-003-sft](https://huggingface.co/fnlp/moss-moon-003-sft) - - [x] [bigscience/bloomz-7b1](https://huggingface.co/bigscience/bloomz-7b1) - - [x] [bigscience/bloom-3b](https://huggingface.co/bigscience/bloom-3b) - - [x] [baichuan-inc/baichuan-7B](https://huggingface.co/baichuan-inc/baichuan-7B) - - [x] [lmsys/vicuna-13b-delta-v1.1](https://huggingface.co/lmsys/vicuna-13b-delta-v1.1) +- [x] LLM 模型接入 - [x] 支持通过调用 [fastchat](https://github.com/lm-sys/FastChat) api 调用 llm - [x] 增加更多 Embedding 模型支持 - [x] [nghuyong/ernie-3.0-nano-zh](https://huggingface.co/nghuyong/ernie-3.0-nano-zh)