Skip to content

Commit

Permalink
💄 style: add modelIcon support InternVL vision model from InternLM
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Oct 15, 2024
1 parent 208a4f9 commit 5b9f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/modelConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Claude, keywords: ['claude'] },
{ Icon: Aws, keywords: ['titan'] },
{ Icon: Fireworks, keywords: ['accounts/fireworks/models/fire'] },
{ Icon: InternLM, keywords: ['internlm', 'internvl'] },

Check warning on line 81 in src/features/modelConfig.ts

View check run for this annotation

Codecov / codecov/patch

src/features/modelConfig.ts#L81

Added line #L81 was not covered by tests
{ Icon: Meta, keywords: ['llama', '/l3'] },
{ Icon: LLaVA, keywords: ['llava'] },
{ Icon: Gemini, keywords: ['gemini'] },
Expand Down Expand Up @@ -122,7 +123,6 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Azure, keywords: ['wizardlm', 'phi3', 'phi-3'] },
{ Icon: Adobe, keywords: ['firefly'] },
{ Icon: Ai21, keywords: ['jamba', '^j2-', 'ai21'] },
{ Icon: InternLM, keywords: ['internlm'] },
{ Icon: Upstage, keywords: ['^solar-', '/solar'] },
{ Icon: PaLM, keywords: ['palm'] },
{ Icon: Google, keywords: ['google'] },
Expand Down

0 comments on commit 5b9f7ce

Please sign in to comment.