mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(reasoning-effort-grid): bump the cell count for the four new Fable 5.1 cells
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
ab549a8da3
commit
0610331aa1
1 changed files with 2 additions and 2 deletions
|
|
@ -201,8 +201,8 @@ async def test_reasoning_effort_grid(
|
|||
|
||||
|
||||
def test_grid_cell_count() -> None:
|
||||
assert len(_PARAMS) == 31 * 11, (
|
||||
f"expected 341 cells (31 provider x model combos x 11 efforts), "
|
||||
assert len(_PARAMS) == 35 * 11, (
|
||||
f"expected 385 cells (35 provider x model combos x 11 efforts), "
|
||||
f"got {len(_PARAMS)}"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue