forked from 0xWheatyz/SPARC
Add multi-model LLM support: let users choose provider per analysis #423
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
All analyses are run through a single hardcoded model. Allowing users to choose their LLM provider per analysis enables comparison and flexibility.
What to do
modelfield (default: the configuredMODELenv var)llm.pyto accept and pass the model override to OpenRouterAcceptance Criteria
model: "openai/gpt-4o"uses that modelmodelin the request uses the configured defaultReference
Roadmap: P3 - Multi-model support
Triage: Already Implemented
After reviewing the codebase, this issue has already been fully implemented in the current
mainbranch.This issue can be closed.