We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f91171 commit 2e9dafbCopy full SHA for 2e9dafb
src/ModelIcon/const.ts
@@ -86,7 +86,7 @@ export const modelMappings: ModelMapping[] = [
86
{ Icon: Minimax, keywords: ['minmax', 'abab'] },
87
{ Icon: Mistral, keywords: ['mistral', 'mixtral', 'codestral', 'mathstral', '/mn-'] },
88
{ Icon: Perplexity, keywords: ['pplx', 'sonar'] },
89
- { Icon: Yi, keywords: ['^yi-', '/yi-'] },
+ { Icon: Yi, keywords: ['^yi-', '/yi-', '-yi-'] },
90
{ Icon: OpenRouter, keywords: ['^openrouter'] },
91
{ Icon: OpenChat, keywords: ['^openchat'] },
92
{ Icon: Aya, keywords: ['aya'] },
@@ -122,7 +122,7 @@ export const modelMappings: ModelMapping[] = [
122
{ Icon: Adobe, keywords: ['firefly'] },
123
{ Icon: Ai21, keywords: ['jamba', '^j2-', 'ai21'] },
124
{ Icon: InternLM, keywords: ['internlm'] },
125
- { Icon: Upstage, keywords: ['^solar-'] },
+ { Icon: Upstage, keywords: ['^solar-', '/solar'] },
126
{ Icon: PaLM, keywords: ['palm'] },
127
{ Icon: Google, keywords: ['google'] },
128
{
0 commit comments