diff --git a/src/modules/llms/vendors/ollama/OllamaAdministration.tsx b/src/modules/llms/vendors/ollama/OllamaAdministration.tsx index 3a3d0293e..249dc471a 100644 --- a/src/modules/llms/vendors/ollama/OllamaAdministration.tsx +++ b/src/modules/llms/vendors/ollama/OllamaAdministration.tsx @@ -18,7 +18,7 @@ export function OllamaAdministration(props: { access: OllamaAccessSchema, onClos // state const [sortByPulls, setSortByPulls] = React.useState(false); - const [modelName, setModelName] = React.useState('llama2'); + const [modelName, setModelName] = React.useState('llama3'); const [modelTag, setModelTag] = React.useState(''); // external state