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.
InternVL
1 parent 208a4f9 commit 461d67aCopy full SHA for 461d67a
‎src/features/modelConfig.ts
@@ -78,6 +78,7 @@ export const modelMappings: ModelMapping[] = [
78
{ Icon: Claude, keywords: ['claude'] },
79
{ Icon: Aws, keywords: ['titan'] },
80
{ Icon: Fireworks, keywords: ['accounts/fireworks/models/fire'] },
81
+ { Icon: InternLM, keywords: ['internlm', 'internvl'] },
82
{ Icon: Meta, keywords: ['llama', '/l3'] },
83
{ Icon: LLaVA, keywords: ['llava'] },
84
{ Icon: Gemini, keywords: ['gemini'] },
@@ -122,7 +123,6 @@ export const modelMappings: ModelMapping[] = [
122
123
{ Icon: Azure, keywords: ['wizardlm', 'phi3', 'phi-3'] },
124
{ Icon: Adobe, keywords: ['firefly'] },
125
{ Icon: Ai21, keywords: ['jamba', '^j2-', 'ai21'] },
- { Icon: InternLM, keywords: ['internlm'] },
126
{ Icon: Upstage, keywords: ['^solar-', '/solar'] },
127
{ Icon: PaLM, keywords: ['palm'] },
128
{ Icon: Google, keywords: ['google'] },
0 commit comments