diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index 94e5481..a2f0f92 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -5,14 +5,17 @@ frontend: # 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: "ollama/Llama-2-7b" # Select a model supported by the Ollama server + 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) +# Additional Configuration Options (Optional – ignored for now) logging: level: DEBUG # Set log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)