feat: add baichuan llm support (#979)

Co-authored-by: Kent Dong <ch3cho@qq.com>
This commit is contained in:
Ziyi Li
2024-05-22 09:26:22 +08:00
committed by GitHub
parent af8eff2bd6
commit fc6a6aad89
3 changed files with 96 additions and 3 deletions

View File

@@ -64,6 +64,10 @@ Azure OpenAI 所对应的 `type` 为 `azure`。它特有的配置字段如下:
通义千问所对应的 `type``qwen`。它并无特有的配置字段。
#### 百川智能 (Baichuan AI)
百川智能所对应的 `type``baichuan` 。它并无特有的配置字段。
#### 零一万物Yi
零一万物所对应的 `type``yi`。它并无特有的配置字段。