Merge pull request #41734 from BerriAI/litellm_reasoning_backfill_test_openrouter

test(cost_map): stop pinning supports_reasoning absent on the openrouter o1 entry
This commit is contained in:
kerry-berri 2026-09-17 19:25:12 -07:00 committed by GitHub
commit ea047e5133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -951,7 +951,6 @@ def test_shipped_openai_reasoning_rule_loses_to_mapped_entries(shipped_cost_map)
[
("azure/us/o1-2024-12-17", "azure", True),
("github_copilot/gpt-5", "github_copilot", None),
("openrouter/openai/o1", "openrouter", None),
("perplexity/openai/gpt-5.4-mini", "perplexity", None),
],
)