forked from 0xWheatyz/SPARC
Feature: multi-model support — let users choose LLM provider per analysis #265
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?
Background
All analyses currently use a single hardcoded model. Allowing users to choose between providers (GPT-4o, Gemini, Claude) and compare outputs would differentiate the platform.
Task
modelfield to the analysis request payload (optional, defaults to the server-configured default)llm.pyfor that specific analysisAcceptance Criteria
Reference
Roadmap: P3 — multi-model support
Triage: P3 - Deferred to future sprint. Will be prioritized after P1/P2 work is complete.
Triage update: P3 — deferred to future sprint. All P1 issues are now resolved. Remaining P2 issues (#253, #256, #257, #260) take priority before P3 work begins.