fix: fix some typos

This commit is contained in:
yz778
2025-02-02 22:03:01 -08:00
parent e537221524
commit 1b6d4a344a
9 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import { Image } from "antd"
import { useWebUI } from "~/store/webui"
import { defaultEmbeddingModelForRag } from "~/services/ollama"
import { ImageIcon, MicIcon, StopCircleIcon, X } from "lucide-react"
import { getVariable } from "~/utils/select-varaible"
import { getVariable } from "@/utils/select-variable"
import { useTranslation } from "react-i18next"
import { KnowledgeSelect } from "../Knowledge/KnowledgeSelect"
import { useSpeechRecognition } from "@/hooks/useSpeechRecognition"