Unverified Commit 29a610b4 authored by Lifu Huang's avatar Lifu Huang Committed by GitHub
Browse files

Fix broken CI TestRequestLengthValidation (#9095)

parent 5ded39ca
...@@ -79,7 +79,7 @@ class TestRequestLengthValidation(CustomTestCase): ...@@ -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),
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment