diff --git a/openaoe/frontend/src/config/model-config.ts b/openaoe/frontend/src/config/model-config.ts index 13483b9..816fa84 100644 --- a/openaoe/frontend/src/config/model-config.ts +++ b/openaoe/frontend/src/config/model-config.ts @@ -21,13 +21,6 @@ export const ALL_MODELS: BotState[] = [ border: 'rgba(1,52,220,0.85)', background: 'linear-gradient(rgb(3 26 108 / 85%) 0%, rgb(29 60 161 / 85%) 100%)', }, - { - provider: 'internlm', - model: 'internlm2-chat-7b', - avatar: internlm, - border: 'rgba(1,52,220,0.85)', - background: 'linear-gradient(rgb(146 164 228 / 85%) 0%, rgb(7 65 255 / 85%) 100%)', - }, { provider: 'openai', model: 'gpt-3.5-turbo',