Files
python_test/smartassist/config/smartassist.yaml
T
2024-07-18 17:11:57 +02:00

27 lines
727 B
YAML
Raw 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.
# Frontend Configuration
frontend:
url: "http://localhost:8000"
# Backend Configuration
backend:
url: "http://localhost:5005"
api: "/api/chat"
# Ollama Server Configuration
ollama:
url: "http://localhost:11434"
api_key: "${OLLAMA_API_KEY}" # Refer to environment variable
model: "phi3:mini" # 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
# Additional Configuration Options (Optional ignored for now)
logging:
level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# Cache Settings (Optional)
cache:
enabled: true
timeout: 60 # Seconds