mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
chore: bump package versions + fix linter
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { Card, CardDescription, CardTitle } from "@/components/ui/card"
|
||||
import { ColoredText } from "@/components/ui/colored-text"
|
||||
import config from "@/lib/config"
|
||||
import { PROVIDERS } from "@/lib/llm-providers"
|
||||
import { getSelfHostedUser } from "@/models/users"
|
||||
import { ShieldAlert } from "lucide-react"
|
||||
import Image from "next/image"
|
||||
import { redirect } from "next/navigation"
|
||||
import { PROVIDERS } from "@/lib/llm-providers"
|
||||
import SelfHostedSetupFormClient from "./setup-form-client"
|
||||
|
||||
export default async function SelfHostedWelcomePage() {
|
||||
@@ -32,7 +32,6 @@ export default async function SelfHostedWelcomePage() {
|
||||
redirect(config.selfHosted.redirectUrl)
|
||||
}
|
||||
|
||||
// Собираем дефолтные ключи для всех провайдеров
|
||||
const defaultProvider = PROVIDERS[0].key
|
||||
const defaultApiKeys: Record<string, string> = {
|
||||
openai: config.ai.openaiApiKey ?? "",
|
||||
|
||||
Reference in New Issue
Block a user