diff --git a/README.md b/README.md index 94ef0cc..b539261 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ assistant = client.beta.assistants.create( | Built-in Tool | Extendable | Not Extendable | | Code Interpreter | Under Development | Supported | | LLM Support | Supports More LLMs | Only GPT | -| Message Streaming Output | Supports | Not Supported | +| Message Streaming Output | Supports | Supported | | Local Deployment | Supported | Not Supported | - **LLM Support**: Compared to the official OpenAI version, more models can be supported by integrating with One API. diff --git a/README_CN.md b/README_CN.md index a238dfb..e1e53e9 100644 --- a/README_CN.md +++ b/README_CN.md @@ -48,7 +48,7 @@ assistant = client.beta.assistants.create( | 内置 Tool | 支持扩展 | 不支持扩展 | | Code Interpreter | 待开发 | 支持 | | LLM 支持 | 支持更多的 LLM | 仅 GPT | -| Message 流式输出 | 支持 | 不支持 | +| Message 流式输出 | 支持 | 支持 | | 本地部署 | 支持 | 不支持 | - **LLM 支持**: 相较于 OpenAI 官方版本,可以通过接入 One API 来支持更多的模型。