forked from 0xWheatyz/SPARC
Multi-model support: let users choose LLM provider per analysis #963
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 use a single hardcoded model. Users researching model output quality or wanting to compare providers have no in-app mechanism to do so.
Task
modelfield to the analysis request schema (optional, falls back to the configured default).llm.py.Acceptance Criteria
Reference
Roadmap: P3 -- Multi-model support.
Triaged by repo manager. This issue has already been resolved. The API endpoints accept an optional
modelparameter (inCompanyAnalysisRequestandBatchAnalysisRequest). The frontend Analysis and Batch pages have model selector dropdowns (visible inAnalysis.tsxandBatch.tsx). The default model is configurable via theMODELenv var. PR #353 merged this feature. Closing as already implemented.