Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 23, 2025
1 parent 8f59f2f commit d3e6832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/modelProviders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const DEFAULT_MODEL_PROVIDER_LIST = [
TaichuProvider,
Ai360Provider,
DoubaoProvider,
] as const;
];

export const filterEnabledModels = (provider: ModelProviderCard) => {
return provider.chatModels.filter((v) => v.enabled).map((m) => m.id);
Expand Down

0 comments on commit d3e6832

Please sign in to comment.