From e775cc2b0522339f0ecf1494c37c36c813f7ed6c Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Wed, 28 Feb 2024 12:05:44 -0800
Subject: [PATCH] fix Ollama embedder typo

---
 .../src/components/EmbeddingSelection/OllamaOptions/index.jsx   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx b/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx
index dff697f88..3213f5d39 100644
--- a/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx
+++ b/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx
@@ -12,7 +12,7 @@ export default function OllamaEmbeddingOptions({ settings }) {
       <div className="w-full flex items-center gap-4">
         <div className="flex flex-col w-60">
           <label className="text-white text-sm font-semibold block mb-4">
-            LocalAI Base URL
+            Ollama Base URL
           </label>
           <input
             type="url"
-- 
GitLab