From 659b0937d35178f34f16a300c1674737f8b01c1b Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Wed, 31 Jul 2024 15:42:32 +0200 Subject: [PATCH] Changed to phi3:mini --- 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 413b9f5..4f91aa6 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -11,10 +11,10 @@ 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: "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"