feat(app): lint & beautify

This commit is contained in:
ItzCrazyKns
2025-12-25 18:58:33 +05:30
parent 60dd7a8108
commit ae132ebee8
6 changed files with 131 additions and 127 deletions

View File

@@ -15,7 +15,7 @@ export const providers: Record<string, ProviderConstructor<any>> = {
transformers: TransformersProvider,
groq: GroqProvider,
lemonade: LemonadeProvider,
anthropic: AnthropicProvider
anthropic: AnthropicProvider,
};
export const getModelProvidersUIConfigSection =