Fler test samt flyttade bort logging-sektionenfrån de oanvända.
This commit is contained in:
@@ -15,12 +15,20 @@ ollama:
|
|||||||
# model: "llama3:70b" # 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: "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:
|
logging:
|
||||||
level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
|
||||||
|
|
||||||
|
# Additional Configuration Options (Optional – ignored for now)
|
||||||
|
|
||||||
# Cache Settings (Optional)
|
# Cache Settings (Optional)
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
timeout: 60 # Seconds
|
timeout: 60 # Seconds
|
||||||
|
|
||||||
|
test:
|
||||||
|
test_key_1: "ett"
|
||||||
|
test_key_2: "ett"
|
||||||
|
test_key_3: "${THIS_IS_A_DUMMY_VAR}"
|
||||||
|
|
||||||
|
another_test: "Syns detta?"
|
||||||
|
|||||||
Reference in New Issue
Block a user