Skip to content

Commit 964fd07

Browse files
committed
✨ fix: Add missing CogView model config
1 parent 29657b5 commit 964fd07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/modelConfig.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import ByteDance from '@/ByteDance';
1616
import ChatGLM from '@/ChatGLM';
1717
import Claude from '@/Claude';
1818
import CodeGeeX from '@/CodeGeeX';
19+
import CogView from '@/CogView';
1920
import Cohere from '@/Cohere';
2021
import Dalle from '@/Dalle';
2122
import Dbrx from '@/Dbrx';
@@ -199,4 +200,5 @@ export const modelMappings: ModelMapping[] = [
199200
{ Icon: V0, keywords: ['^v0-'] },
200201
{ Icon: VertexAI, keywords: ['^veo-', '/veo-'] },
201202
{ Icon: Google, keywords: ['google'] },
203+
{ Icon: CogView, keywords: ['cogview'] },
202204
];

0 commit comments

Comments
 (0)