feat: support moonshot (#63)

This commit is contained in:
Buer
2024-02-07 23:30:36 +08:00
committed by GitHub
parent 6f3b8ed997
commit 3789c30154
5 changed files with 55 additions and 2 deletions

View File

@@ -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'
}
}
};