forked from 0xWheatyz/SPARC
Backend: make LLM model configurable via MODEL environment variable instead of hardcoding claude-3.5-sonnet #279
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
llm.py hardcodes the model identifier anthropic/claude-3.5-sonnet. Switching models requires a code change and redeployment, making it impossible to test alternative models or respond quickly to model availability changes.
Acceptance Criteria
References
Roadmap: P2 Backend -- Make LLM model configurable.