mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-16 21:23:44 +08:00
✨ feat: support deepseek (#60)
This commit is contained in:
@@ -77,6 +77,12 @@ export const CHANNEL_OPTIONS = {
|
||||
value: 27,
|
||||
color: 'orange'
|
||||
},
|
||||
28: {
|
||||
key: 28,
|
||||
text: 'Deepseek',
|
||||
value: 28,
|
||||
color: 'default'
|
||||
},
|
||||
24: {
|
||||
key: 24,
|
||||
text: 'Azure Speech',
|
||||
|
||||
@@ -175,6 +175,12 @@ const typeConfig = {
|
||||
prompt: {
|
||||
key: '按照如下格式输入:APISecret|groupID'
|
||||
}
|
||||
},
|
||||
28: {
|
||||
input: {
|
||||
models: ['deepseek-coder', 'deepseek-chat'],
|
||||
test_model: 'deepseek-chat'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user