Skip to content

Commit

Permalink
💄 style: update provider combine
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 14, 2025
1 parent 22517db commit ba601e7
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 @@ -24,6 +24,7 @@ import Higress from '@/Higress';
import HuggingFace from '@/HuggingFace';
import Hunyuan from '@/Hunyuan';
import InternLM from '@/InternLM';
import Jina from '@/Jina';
import LmStudio from '@/LmStudio';
import LobeHub from '@/LobeHub';
import Minimax from '@/Minimax';
Expand Down Expand Up @@ -195,4 +196,5 @@ export const providerMappings: ProviderMapping[] = [
{ Icon: GiteeAI, combineMultiple: 0.95, keywords: [ModelProvider.GiteeAI] },
{ Icon: ModelScope, combineMultiple: 0.95, keywords: [ModelProvider.ModelScope] },
{ Icon: VertexAI, keywords: [ModelProvider.VertexAI] },
{ Icon: Jina, keywords: [ModelProvider.Jina] },
];
1 change: 1 addition & 0 deletions src/features/providerEnum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export enum ModelProvider {
HuggingFace = 'huggingface',
Hunyuan = 'hunyuan',
InternLM = 'internlm',
Jina = 'jina',
LmStudio = 'lmstudio',
LobeHub = 'lobehub',
Minimax = 'minimax',
Expand Down

0 comments on commit ba601e7

Please sign in to comment.