Skip to content

Commit

Permalink
💄 style: Update o1 keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Dec 24, 2024
1 parent 0ee1336 commit 31f2da4
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 @@ -72,7 +72,7 @@ export interface ModelMapping {
export const modelMappings: ModelMapping[] = [
{ Icon: OpenAI, keywords: ['gpt-3'], props: { type: 'gpt3' } },
{ Icon: OpenAI, keywords: ['gpt-4'], props: { type: 'gpt4' } },
{ Icon: OpenAI, keywords: ['o1-'], props: { type: 'o1' } },
{ Icon: OpenAI, keywords: ['o1-', '^o1', '/o1'], props: { type: 'o1' } },
{ Icon: Dalle, keywords: ['dalle', 'dall-e'] },
{ Icon: OpenAI, keywords: ['^gpt-', '/gpt-', 'openai', 'text-embedding-', 'tts-', 'whisper-'] },
{ Icon: ChatGLM, keywords: ['glm-', 'chatglm'] },
Expand Down

0 comments on commit 31f2da4

Please sign in to comment.