forked from 0xWheatyz/SPARC
Multi-model support: let users choose LLM provider per analysis and compare outputs #400
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?
Problem
All analyses use a single hardcoded LLM. Users cannot experiment with different models or compare analysis quality across providers.
Work
modelfield.llm.pyfor that specific analysis run./modelsendpoint or a static list.Acceptance Criteria
Reference
Roadmap item: P3 — Multi-model support.
Closing as already implemented. Multi-model support exists: Analysis.tsx and Batch.tsx have model selection. The API accepts a model parameter per request. config.py has MODEL env var.