Files
2024-08-05 14:10:21 +02:00

42 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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?"