Skip to content

Commit

Permalink
Merge pull request #63 from gabrielchua/main
Browse files Browse the repository at this point in the history
Update README - Update comparison with OAI Assistants API
  • Loading branch information
liuooo authored May 16, 2024
2 parents 6735ba7 + 180a0ea commit 26e5a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ assistant = client.beta.assistants.create(
| 内置 Tool | 支持扩展 | 不支持扩展 |
| Code Interpreter | 待开发 | 支持 |
| LLM 支持 | 支持更多的 LLM | 仅 GPT |
| Message 流式输出 | 支持 | 不支持 |
| Message 流式输出 | 支持 | 支持 |
| 本地部署 | 支持 | 不支持 |

- **LLM 支持**: 相较于 OpenAI 官方版本,可以通过接入 One API 来支持更多的模型。
Expand Down

0 comments on commit 26e5a02

Please sign in to comment.