mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 13:43:42 +08:00
✨ feat: support moonshot (#63)
This commit is contained in:
@@ -181,6 +181,12 @@ const typeConfig = {
|
||||
models: ['deepseek-coder', 'deepseek-chat'],
|
||||
test_model: 'deepseek-chat'
|
||||
}
|
||||
},
|
||||
29: {
|
||||
input: {
|
||||
models: ['moonshot-v1-8k', 'moonshot-v1-16k', 'moonshot-v1-128k'],
|
||||
test_model: 'moonshot-v1-8k'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user