Skip to content

Commit

Permalink
🐛 fix: Fix Upstage typo
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Aug 30, 2024
1 parent bd26dd0 commit d56f026
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/ModelIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import Rwkv from '@/Rwkv';
import Spark from '@/Spark';
import Stability from '@/Stability';
import Stepfun from '@/Stepfun';
import Upsate from '@/Upsate';
import Upstage from '@/Upstage';
import Wenxin from '@/Wenxin';
import Yi from '@/Yi';
import type { IconType } from '@/types';
Expand Down Expand Up @@ -110,5 +110,5 @@ export const modelMappings: ModelMapping[] = [
{ Icon: Adobe, keywords: ['firefly'] },
{ Icon: Ai21, keywords: ['jamba', '^j2-'] },
{ Icon: InternLM, keywords: ['internlm'] },
{ Icon: Upsate, keywords: ['^solar-'] },
{ Icon: Upstage, keywords: ['^solar-'] },
];
4 changes: 2 additions & 2 deletions src/ProviderCombine/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Qwen from '@/Qwen';
import SiliconCloud from '@/SiliconCloud';
import Stepfun from '@/Stepfun';
import Together from '@/Together';
import Upsate from '@/Upsate';
import Upstage from '@/Upstage';
import ZeroOne from '@/ZeroOne';
import Zhipu from '@/Zhipu';

Expand Down Expand Up @@ -134,5 +134,5 @@ export const providerMappings: ProviderMapping[] = [
{ Icon: Ai360.Combine, keywords: [ModelProvider.Ai360], multiple: 0.83 },
{ Icon: Novita.Combine, keywords: [ModelProvider.Novita], multiple: 0.95 },
{ Icon: SiliconCloud.Combine, keywords: [ModelProvider.SiliconCloud], multiple: 0.75 },
{ Icon: Upsate.Combine, keywords: [ModelProvider.Upsate], multiple: 0.9 },
{ Icon: Upstage.Combine, keywords: [ModelProvider.Upstage], multiple: 0.9 },
];
6 changes: 3 additions & 3 deletions src/ProviderIcon/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Qwen from '@/Qwen';
import SiliconCloud from '@/SiliconCloud';
import Stepfun from '@/Stepfun';
import Together from '@/Together';
import Upsate from '@/Upsate';
import Upstage from '@/Upstage';
import ZeroOne from '@/ZeroOne';
import Zhipu from '@/Zhipu';
import type { IconType } from '@/types';
Expand Down Expand Up @@ -67,7 +67,7 @@ export enum ModelProvider {
Stepfun = 'stepfun',
Taichu = 'taichu',
TogetherAI = 'togetherai',
Upsate = 'upsate',
Upstage = 'upstage',
ZeroOne = 'zeroone',
ZhiPu = 'zhipu',
}
Expand Down Expand Up @@ -99,5 +99,5 @@ export const providerMappings: ProviderMapping[] = [
{ Icon: AiMass, keywords: [ModelProvider.Taichu] },
{ Icon: Ai360, keywords: [ModelProvider.Ai360] },
{ Icon: SiliconCloud, keywords: [ModelProvider.SiliconCloud] },
{ Icon: Upsate, keywords: [ModelProvider.Upsate] },
{ Icon: Upstage, keywords: [ModelProvider.Upstage] },
];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export { default as Suno, type CompoundedIcon as SunoProps } from './Suno';
export { default as Tencent, type CompoundedIcon as TencentProps } from './Tencent';
export { default as Together, type CompoundedIcon as TogetherProps } from './Together';
export type { IconType } from './types';
export { default as Upsate, type CompoundedIcon as UpsateProps } from './Upsate';
export { default as Upstage, type CompoundedIcon as UpstageProps } from './Upstage';
export { default as Vllm, type CompoundedIcon as VllmProps } from './Vllm';
export { default as Wenxin, type CompoundedIcon as WenxinProps } from './Wenxin';
export { default as WorkersAI, type CompoundedIcon as WorkersAIProps } from './WorkersAI';
Expand Down

0 comments on commit d56f026

Please sign in to comment.