From 954d1b071c78c081f8ed77e219a8cbb05d7a16ee Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 10 Jan 2024 21:53:19 +0530 Subject: [PATCH] test: remove invalid arg --- litellm/tests/test_completion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 80a51c480..ae2cd06c7 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -93,7 +93,6 @@ def test_completion_mistral_api(): "content": "Hey, how's it going?", } ], - safe_mode=True, ) # Add any assertions here to check the response print(response)