Skip to content

Commit

Permalink
Merge pull request #40 from InternLM/bug_chat_non-exist_model
Browse files Browse the repository at this point in the history
bug: remove  model-config for test
  • Loading branch information
fly2tomato authored Jan 19, 2024
2 parents d6dd4dc + 5f6a35f commit d805758
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openaoe/frontend/src/config/model-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d805758

Please sign in to comment.