AI Configuration

Smart Deployment supports a shared LLM provider abstraction with concrete adapters currently implemented for:

Repo-Level Configuration

Configuration is stored in .smart-deployment.json at the repository root.

{
  "llm": {
    "provider": "openai",
    "model": "gpt-4o-mini",
    "endpoint": "https://api.openai.com/v1/chat/completions",
    "timeout": 30000
  }
}

What AI Enhances

Operational Notes

Detailed Reference