Revert "Merge branch 'songquanpeng:main' into main"

This reverts commit bc83d6547f, reversing
changes made to b2cc54fc5f.
This commit is contained in:
MotorBottle
2024-11-09 20:18:08 +08:00
parent bc83d6547f
commit e5fff395f5
13 changed files with 3 additions and 33 deletions

View File

@@ -179,12 +179,6 @@ export const CHANNEL_OPTIONS = {
value: 44,
color: 'primary'
},
45: {
key: 45,
text: 'xAI',
value: 45,
color: 'primary'
},
41: {
key: 41,
text: 'Novita',

View File

@@ -223,9 +223,6 @@ const typeConfig = {
},
modelGroup: 'anthropic'
},
45: {
modelGroup: 'xai'
},
};
export { defaultConfig, typeConfig };