forked from 0xWheatyz/SPARC
Let users choose LLM provider per analysis and compare outputs (multi-model support) #1466
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?
Context
Roadmap item: P3 - Multi-model support
What to do
modelfield.llm.pyfor the analysis run.Acceptance criteria
model: openai/gpt-4ouses GPT-4o.[Triage] P3 feature (multi-model support). Assigned to @AI-Engineer. Queued for implementation after P1 and P2 issues are addressed.
[Verification] All acceptance criteria met. Verified complete. Analysis request payloads accept optional
modelfield.api.pyvalidates against allow-list. Model is passed through tollm.pyand stored with results./modelsendpoint lists supported models. Frontend has model selector in Batch page. Closing as implemented.