feat: support lingyiwanwu

This commit is contained in:
JustSong
2024-03-14 23:11:36 +08:00
parent 89e111ac69
commit be9eb59fbb
8 changed files with 30 additions and 0 deletions

View File

@@ -101,6 +101,12 @@ export const CHANNEL_OPTIONS = {
value: 30,
color: 'default'
},
31: {
key: 31,
text: '零一万物',
value: 31,
color: 'default'
},
8: {
key: 8,
text: '自定义渠道',

View File

@@ -169,6 +169,9 @@ const typeConfig = {
30: {
modelGroup: "ollama",
},
31: {
modelGroup: "lingyiwanwu",
},
};
export { defaultConfig, typeConfig };