feat: support deepseek ai model (#989)

Co-authored-by: Kent Dong <ch3cho@qq.com>
This commit is contained in:
goooogoooo
2024-05-23 09:26:03 +08:00
committed by GitHub
parent e4d535ea65
commit 10f1adc730
3 changed files with 93 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ Azure OpenAI 所对应的 `type` 为 `azure`。它特有的配置字段如下:
零一万物所对应的 `type``yi`。它并无特有的配置字段。
#### DeepSeekDeepSeek
DeepSeek所对应的 `type``deepseek`。它并无特有的配置字段。
#### Groq
Groq 所对应的 `type``groq`。它并无特有的配置字段。