# Backend Configuration backend: url: "http://localhost:5004" api: "/api/chat" preferred_ep: "Ollama-WARA" endpoints: - model: "AUTODETECT" title: "Ollama-local" # Must be a unique identifier url: "http://localhost:11434" provider: "ollama" # - model: "AUTODETECT" - model: "llava:13b" title: "Ollama-WARA" # Must be a unique identifier url: "https://ollama-test.wara-ops.org" requestOptions: headers: Authorization: "${OLLAMA_API_KEY}" # on MacOS: echo "Authorization: Basic $(echo -n 'user:password' | gbase64 -w 0)" provider: "ollama" # 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) # 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?"