diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index b0d77d0f41..5951b572c3 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -410,7 +410,8 @@ def test_completion_openai(): model="gpt-3.5-turbo", messages=messages, max_tokens=10, - request_timeout=0.1 + request_timeout=1, + metadata = {"hi": "bye"} ) print("This is the response object\n", response)