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?"