feat: support deepseek now

This commit is contained in:
JustSong
2024-04-26 00:48:53 +08:00
parent da0842272c
commit c317872097
8 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package deepseek
var ModelList = []string{
"deepseek-chat",
"deepseek-coder",
}