Fler test samt flyttade bort logging-sektionenfrån de oanvända.

This commit is contained in:
Joakim Persson
2024-07-19 17:17:14 +02:00
parent f5244ee88b
commit 66620cc6ca
+9 -1
View File
@@ -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?"