Skip to content

Commit

Permalink
💄 style: fix phi-2 model icon in CF @cf/microsoft/phi-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 authored Nov 16, 2024
1 parent 44ee33c commit 5890e51
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 @@ -124,7 +124,7 @@ export const modelMappings: ModelMapping[] = [
},
{ Icon: Flux, keywords: ['flux'] },
{ Icon: Suno, keywords: ['suno'] },
{ Icon: Azure, keywords: ['wizardlm', 'phi3', 'phi-3'] },
{ Icon: Azure, keywords: ['wizardlm', 'phi3', 'phi-3', 'phi-2'] },

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

View check run for this annotation

Codecov / codecov/patch

src/features/modelConfig.ts#L127

Added line #L127 was not covered by tests
{ Icon: Adobe, keywords: ['firefly'] },
{ Icon: Ai21, keywords: ['jamba', '^j2-', 'ai21'] },
{ Icon: Upstage, keywords: ['^solar-', '/solar'] },
Expand Down

0 comments on commit 5890e51

Please sign in to comment.