Skip to content

Commit

Permalink
🐛 fix: Yi & Solar icon display in TogetherAI provider (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Sep 13, 2024
1 parent 6f91171 commit 2e9dafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Minimax, keywords: ['minmax', 'abab'] },
{ Icon: Mistral, keywords: ['mistral', 'mixtral', 'codestral', 'mathstral', '/mn-'] },
{ Icon: Perplexity, keywords: ['pplx', 'sonar'] },
{ Icon: Yi, keywords: ['^yi-', '/yi-'] },
{ Icon: Yi, keywords: ['^yi-', '/yi-', '-yi-'] },
{ Icon: OpenRouter, keywords: ['^openrouter'] },
{ Icon: OpenChat, keywords: ['^openchat'] },
{ Icon: Aya, keywords: ['aya'] },
Expand Down Expand Up @@ -122,7 +122,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Adobe, keywords: ['firefly'] },
{ Icon: Ai21, keywords: ['jamba', '^j2-', 'ai21'] },
{ Icon: InternLM, keywords: ['internlm'] },
{ Icon: Upstage, keywords: ['^solar-'] },
{ Icon: Upstage, keywords: ['^solar-', '/solar'] },
{ Icon: PaLM, keywords: ['palm'] },
{ Icon: Google, keywords: ['google'] },
{
Expand Down

0 comments on commit 2e9dafb

Please sign in to comment.