Update README (#779)

### What problem does this PR solve?

#771 

### Type of change

- [x] Documentation Update

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai 2024-05-15 12:08:32 +08:00 committed by GitHub
parent 234afb25d8
commit 1e923f1c90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

View File

@ -30,6 +30,7 @@
## 📌 Latest Updates ## 📌 Latest Updates
- 2024-05-15 Integrates OpenAI GPT-4o.
- 2024-05-08 Integrates LLM DeepSeek-V2. - 2024-05-08 Integrates LLM DeepSeek-V2.
- 2024-04-26 Adds file management. - 2024-04-26 Adds file management.
- 2024-04-19 Supports conversation API ([detail](./docs/conversation_api.md)). - 2024-04-19 Supports conversation API ([detail](./docs/conversation_api.md)).

View File

@ -30,6 +30,7 @@
## 📌 最新情報 ## 📌 最新情報
- 2024-05-15 OpenAI GPT-4oを統合しました。
- 2024-05-08 LLM DeepSeek-V2を統合しました。 - 2024-05-08 LLM DeepSeek-V2を統合しました。
- 2024-04-26 「ファイル管理」機能を追加しました。 - 2024-04-26 「ファイル管理」機能を追加しました。
- 2024-04-19 会話 API をサポートします ([詳細](./docs/conversation_api.md))。 - 2024-04-19 会話 API をサポートします ([詳細](./docs/conversation_api.md))。

View File

@ -30,10 +30,11 @@
## 📌 近期更新 ## 📌 近期更新
- 2024-05-08 集成大模型 DeepSeek - 2024-05-15 集成大模型 OpenAI GPT-4o。
- 2024-04-26 增添了'文件管理'功能. - 2024-05-08 集成大模型 DeepSeek。
- 2024-04-19 支持对话 API ([更多](./docs/conversation_api.md)). - 2024-04-26 增添了'文件管理'功能。
- 2024-04-16 集成嵌入模型 [BCEmbedding](https://github.com/netease-youdao/BCEmbedding) 和 专为轻型和高速嵌入而设计的 [FastEmbed](https://github.com/qdrant/fastembed) 。 - 2024-04-19 支持对话 API ([更多](./docs/conversation_api.md))。
- 2024-04-16 集成嵌入模型 [BCEmbedding](https://github.com/netease-youdao/BCEmbedding) 和 专为轻型和高速嵌入而设计的 [FastEmbed](https://github.com/qdrant/fastembed)。
- 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。 - 2024-04-11 支持用 [Xinference](./docs/xinference.md) 本地化部署大模型。
- 2024-04-10 为Laws版面分析增加了底层模型。 - 2024-04-10 为Laws版面分析增加了底层模型。
- 2024-04-08 支持用 [Ollama](./docs/ollama.md) 本地化部署大模型。 - 2024-04-08 支持用 [Ollama](./docs/ollama.md) 本地化部署大模型。