Skip to content

Commit

Permalink
💄 style: Add tts adn whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 13, 2024
1 parent 543fe53 commit 5fe41d8
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 const modelMappings: ModelMapping[] = [
{ Icon: OpenAI, keywords: ['gpt-4'], props: { type: 'gpt4' } },
{ Icon: OpenAI, keywords: ['o1-'], props: { type: 'o1' } },
{ Icon: Dalle, keywords: ['dalle', 'dall-e'] },
{ Icon: OpenAI, keywords: ['^gpt-', '/gpt-', 'openai', 'text-embedding-'] },
{ Icon: OpenAI, keywords: ['^gpt-', '/gpt-', 'openai', 'text-embedding-', 'tts-', 'whisper-'] },
{ Icon: ChatGLM, keywords: ['glm-', 'chatglm'] },
{ Icon: CodeGeeX, keywords: ['^codegeex'] },
{ Icon: DeepSeek, keywords: ['deepseek'] },
Expand Down

0 comments on commit 5fe41d8

Please sign in to comment.