From 66620cc6ca360d38db423b4179c2679a08a9b9d7 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Fri, 19 Jul 2024 17:17:14 +0200 Subject: [PATCH] =?UTF-8?q?Fler=20test=20samt=20flyttade=20bort=20logging-?= =?UTF-8?q?sektionenfr=C3=A5n=20de=20oanv=C3=A4nda.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smartassist/config/smartassist.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index a2f0f92..ca5eb2d 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -15,12 +15,20 @@ ollama: # model: "llama3:70b" # Select a model supported by the Ollama server # model: "llama3:latest" # Select a model supported by the Ollama server -# Additional Configuration Options (Optional – ignored for now) +# Logging – comment out the whole section for default level which is INFO logging: level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) +# Additional Configuration Options (Optional – ignored for now) + # Cache Settings (Optional) cache: enabled: true timeout: 60 # Seconds +test: + test_key_1: "ett" + test_key_2: "ett" + test_key_3: "${THIS_IS_A_DUMMY_VAR}" + +another_test: "Syns detta?"