Skip to content

Commit

Permalink
💄 style: Add Cloudflare to ProviderIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 8, 2024
1 parent c9182c4 commit 3a0a132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/providerConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Baichuan from '@/Baichuan';
import BaiduCloud from '@/BaiduCloud';
import Bedrock from '@/Bedrock';
import Claude from '@/Claude';
import Cloudflare from '@/Cloudflare';
import DeepSeek from '@/DeepSeek';
import Doubao from '@/Doubao';
import Fireworks from '@/Fireworks';
Expand Down Expand Up @@ -166,4 +167,5 @@ export const providerMappings: ProviderMapping[] = [
{ Icon: HuggingFace, combineMultiple: 1.16, keywords: [ModelProvider.HuggingFace] },
{ Icon: LmStudio, keywords: [ModelProvider.LmStudio] },
{ Icon: XAI, combineMultiple: 0.85, keywords: [ModelProvider.XAI] },
{ Icon: Cloudflare, combineMultiple: 1.3, keywords: [ModelProvider.Cloudflare] },
];
1 change: 1 addition & 0 deletions src/features/providerEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export enum ModelProvider {
Azure = 'azure',
Baichuan = 'baichuan',
Bedrock = 'bedrock',
Cloudflare = 'cloudflare',
DeepSeek = 'deepseek',
Doubao = 'Doubao',
FireworksAI = 'fireworksai',
Expand Down

0 comments on commit 3a0a132

Please sign in to comment.