From a4df0d5a84970bc233f8332911b988be10694ebc Mon Sep 17 00:00:00 2001 From: samlhuillier Date: Tue, 26 Mar 2024 16:24:16 -0600 Subject: [PATCH] update wording on ollama downloads --- .../Settings/ExtraModals/NewOllamaModel.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/Settings/ExtraModals/NewOllamaModel.tsx b/src/components/Settings/ExtraModals/NewOllamaModel.tsx index 13e988ef..5f85bec6 100644 --- a/src/components/Settings/ExtraModals/NewOllamaModel.tsx +++ b/src/components/Settings/ExtraModals/NewOllamaModel.tsx @@ -76,12 +76,11 @@ const NewOllamaModelModal: React.FC = ({

New Local LLM

- To use paste the name of the model you want to use below. It will be - downloaded automatically. You can find models on the{" "} + Reor will automaticaly download an LLM. Please choose an LLM from the{" "} - Ollama Hub - - . + Ollama Library + {" "} + and paste the name of the LLM below:

= ({ className="block w-full mt-1 px-3 py-2 border border-gray-300 box-border rounded-md focus:outline-none focus:shadow-outline-blue focus:border-blue-300 transition duration-150 ease-in-out" value={modelName} onChange={(e) => setModelName(e.target.value)} - placeholder="Ollama Model Name" + placeholder="mistral" />

{" "}