forked from 0xWheatyz/SPARC
Add multi-model LLM support so users can choose provider per analysis #845
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The LLM backend currently uses a single hardcoded model (being made configurable via #831). A full multi-model feature lets individual users select between providers (Claude, GPT-4o, Gemini) at analysis time and compare outputs.
Roadmap Reference
P3 Nice to Have -- Multi-model support. See ROADMAP.md.
Note: This builds on #831 (Make LLM model configurable via MODEL env var).
What to Do
Acceptance Criteria
Resolved by PR #64. Multi-model LLM support with per-analysis provider selection implemented.