Skip to content

Commit 752c7d0

Browse files
committed
fix test
1 parent 62ebfbc commit 752c7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/resources/test_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_max_tokens(
213213
product(
214214
completion_test_model_list,
215215
completion_prompt_list,
216-
[35000, 40000, 50000],
216+
[200000, 400000, 500000],
217217
),
218218
)
219219
def test_high_max_tokens(

0 commit comments

Comments
 (0)