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" />

{" "}