forked from 0xWheatyz/SPARC
Add multi-model support: let users choose LLM provider per analysis #113
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
All analyses currently use a single LLM model. Allowing users to select different models (GPT-4o, Gemini, Claude variants) and compare outputs would add significant analytical value.
Work
modelfield.llm.pyto use the per-request model when provided, falling back to the configured default.Acceptance Criteria
"model": "openai/gpt-4o"uses GPT-4o for that analysis.References
Roadmap: P3 — Multi-model support.