Skip to content

Fix active_model being ignored by LLM providers due to wrong config key#73

Merged
punit-naik-amp merged 2 commits intomainfrom
chuck-91
Feb 24, 2026
Merged

Fix active_model being ignored by LLM providers due to wrong config key#73
punit-naik-amp merged 2 commits intomainfrom
chuck-91

Conversation

@punit-naik-amp
Copy link
Contributor

The factory was setting active_model under 'model_id' in the provider config, but providers expect 'model', so the configured model override had no effect. Rename the key and add tests to cover the correct behavior.

The factory was setting active_model under 'model_id' in the provider
config, but providers expect 'model', so the configured model override
had no effect. Rename the key and add tests to cover the correct behavior.
@punit-naik-amp punit-naik-amp merged commit 4ccbebf into main Feb 24, 2026
4 checks passed
@punit-naik-amp punit-naik-amp deleted the chuck-91 branch February 24, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants