forked from 0xWheatyz/SPARC
Add per-analysis model selection to allow comparing LLM provider outputs #192
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
The LLM model is currently global. Letting users choose a model per analysis request would support experimentation and output comparison across providers.
Work
modelfield to the analysis request payload (single patent and batch).llm.pyinstead of using the global config.Acceptance Criteria
model: "openai/gpt-4o"uses that model.modelfield uses the server default.References
Roadmap: P3 — Multi-model support.
Closing: this was implemented in PR #64 (feat: add multi-model support for per-analysis LLM selection), already merged to main.