Fix broken CI TestRequestLengthValidation (#9095)
This commit is contained in:
@@ -79,7 +79,7 @@ class TestRequestLengthValidation(CustomTestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.assertIn(
|
self.assertIn(
|
||||||
"Requested token count exceeds the model's maximum context",
|
"max_completion_tokens is too large",
|
||||||
str(cm.exception),
|
str(cm.exception),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user