diff --git a/components/setup/api-step.tsx b/components/setup/api-step.tsx index b9d22de..3d0ee1c 100644 --- a/components/setup/api-step.tsx +++ b/components/setup/api-step.tsx @@ -2,6 +2,7 @@ import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" import { FC } from "react" import { Button } from "../ui/button" +import { useTranslation } from 'react-i18next' interface APIStepProps { openaiAPIKey: string @@ -68,6 +69,8 @@ export const APIStep: FC = ({ onUseAzureOpenaiChange, onOpenrouterAPIKeyChange }) => { + const { t } = useTranslation() + return ( <>