Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ› fix: Yi & Solar icon display in TogetherAI provider #35

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{ 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-'] },

Check warning on line 88 in src/ModelIcon/const.ts

View check run for this annotation

Codecov / codecov/patch

src/ModelIcon/const.ts#L88

Added line #L88 was not covered by tests
{ Icon: OpenRouter, keywords: ['^openrouter'] },
{ Icon: OpenChat, keywords: ['^openchat'] },
{ Icon: Aya, keywords: ['aya'] },
Expand Down Expand Up @@ -121,7 +121,7 @@
{ Icon: Adobe, keywords: ['firefly'] },
{ Icon: Ai21, keywords: ['jamba', '^j2-'] },
{ Icon: InternLM, keywords: ['internlm'] },
{ Icon: Upstage, keywords: ['^solar-'] },
{ Icon: Upstage, keywords: ['^solar-', '/solar'] },

Check warning on line 124 in src/ModelIcon/const.ts

View check run for this annotation

Codecov / codecov/patch

src/ModelIcon/const.ts#L124

Added line #L124 was not covered by tests
{ Icon: PaLM, keywords: ['palm'] },
{ Icon: Google, keywords: ['google'] },
{
Expand Down
Loading