From 7d954e73804951f0c81d947ca2ba7d9aa14b5618 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Tue, 30 Jul 2024 00:12:05 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84ndrade=20till=20phi3:mini=20som=20standar?= =?UTF-8?q?dmodell=20f=C3=B6r=20dess=20lilla=20storlek=20och=20snabbhet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smartassist/config/smartassist.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index e1c116e..4f91aa6 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -11,12 +11,12 @@ backend: ollama: url: "http://localhost:11434" api_key: "${OLLAMA_API_KEY}" # Refer to environment variable - # model: "phi3:mini" # Select a model supported by the Ollama server + model: "phi3:mini" # Select a model supported by the Ollama server # model: "llama3:70b" # Select a model supported by the Ollama server # model: "llama3:latest" # Select a model supported by the Ollama server # model: "mannix/llama3-8b-ablitered-v3:latest" # Select a model supported by the Ollama server # model: "mistral-nemo:latest" # Select a model supported by the Ollama server - model: "gemma2:27b" + # model: "gemma2:27b" # Logging – comment out the whole section for default level which is INFO logging: