From bf165d8181874c6b48bbca05e2e0ddbe9c15b726 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Wed, 24 Jul 2024 17:20:40 +0200 Subject: [PATCH] Test med olika api-endpoint. --- smartassist/config/smartassist.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index 5103cc8..3475503 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -4,7 +4,7 @@ frontend: # Backend Configuration backend: - url: "http://localhost:5005" + url: "http://localhost:5004" api: "/api/chat" # Ollama Server Configuration @@ -15,11 +15,13 @@ ollama: # 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: "mistral-nemo:latest" # Select a model supported by the Ollama server + model: "gemma2:27b" + # Logging – comment out the whole section for default level which is INFO logging: level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) + # level: INFO # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) # Additional Configuration Options (Optional – ignored for now)