From b102309d7ba1b8dbc7a1068306e7a2beae472e55 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Sun, 21 Jul 2024 23:14:07 +0200 Subject: [PATCH] Lagt till modell som jag har hemma --- smartassist/config/smartassist.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index ca5eb2d..51f3d50 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -11,10 +11,11 @@ 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 + # Logging – comment out the whole section for default level which is INFO logging: level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)