This commit is contained in:
hailin 2025-04-22 09:58:59 +08:00
parent 97bbace6f0
commit 0db2014164
1 changed files with 3 additions and 0 deletions

View File

@ -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<APIStepProps> = ({
onUseAzureOpenaiChange,
onOpenrouterAPIKeyChange
}) => {
const { t } = useTranslation()
return (
<>
<div className="mt-5 space-y-2">