Skip to content

Commit

Permalink
fix(backend): typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Jan 26, 2025
1 parent 9286438 commit 686ef18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/admin/src/i18n/packs/i18n-lang-en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { I18N_FORWARDED_EN_PACK } from '@llm/ui';

const I18N_AI_PROVIDERS_EN: Record<SdkAIProviderT, string> = {
openai: 'OpenAI',
gemini: 'Gemini',
};

const I18N_USER_ROLES_EN: Record<SdkUserRoleT, string> = {
Expand Down

0 comments on commit 686ef18

Please sign in to comment.