Skip to content

Commit

Permalink
feat: Add support for DeepSeek, Yi, and Zhipu AI APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiantao committed Feb 6, 2025
1 parent 5ab9855 commit 57eeeb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@

## 支持的供应商

目前已支持以下供应商
目前已支持以下 LLM 提供商

- OpenAI
- 文心一言
- 豆包
- MiniMax
- 360智脑
- 百川智能
- DeepSeek
- GitHub
- Groq
- 百川智能
- MiniMax
- OpenAI
- 智谱AI
- 文心一言
- 豆包
- 零一万物
2 changes: 2 additions & 0 deletions pkg/provider/chat/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ var (
// qwen
"/compatible-mode/v1/chat/completions",
"/api/v1/services/aigc/text-generation/generation",
// zhipu
"/api/paas/v4/chat/completions",
}
)

Expand Down

0 comments on commit 57eeeb8

Please sign in to comment.