Skip to content

[Feature] Support Claude 3.5 Sonnet as default model #5

@Vitalcheffe

Description

@Vitalcheffe

Description

Claude 3.5 Sonnet is the best model for coding tasks. We should default to it when ANTHROPIC_API_KEY is set, with fallback to GPT-4o and then Ollama.

Model priority

  1. Claude 3.5 Sonnet (claude-3-5-sonnet-20241022) — if ANTHROPIC_API_KEY set
  2. GPT-4o (gpt-4o) — if OPENAI_API_KEY set
  3. Ollama (llama3) — always available, free, local

Auto-failover: if primary model fails (rate limit, error), automatically try the next one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions