feat: support deepseek (#60)

This commit is contained in:
Buer
2024-02-02 10:03:00 +08:00
committed by GitHub
parent 332b6fd397
commit 48f9ed29e8
6 changed files with 54 additions and 0 deletions

View File

@@ -175,6 +175,12 @@ const typeConfig = {
prompt: {
key: '按照如下格式输入APISecret|groupID'
}
},
28: {
input: {
models: ['deepseek-coder', 'deepseek-chat'],
test_model: 'deepseek-chat'
}
}
};