Skip to content

Commit

Permalink
patch logo var typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Jan 7, 2025
1 parent e192364 commit 55e0949
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import showToast from "@/utils/toast";
import AnythingLLMIcon from "@/media/logo/anything-llm-icon.png";
import OpenAiLogo from "@/media/llmprovider/openai.png";
import AzureOpenAiLogo from "@/media/llmprovider/azure.png";
import GemeniAiLogo from "@/media/llmprovider/gemini.png";
import GeminiAiLogo from "@/media/llmprovider/gemini.png";
import LocalAiLogo from "@/media/llmprovider/localai.png";
import OllamaLogo from "@/media/llmprovider/ollama.png";
import LMStudioLogo from "@/media/llmprovider/lmstudio.png";
Expand Down Expand Up @@ -64,7 +64,7 @@ const EMBEDDERS = [
{
name: "Gemini",
value: "gemini",
logo: GemeniAiLogo,
logo: GeminiAiLogo,
options: (settings) => <GeminiOptions settings={settings} />,
description: "Run powerful embedding models from Google AI.",
},
Expand Down

0 comments on commit 55e0949

Please sign in to comment.