diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index acd7d90566f..d8babc0ca27 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -79,7 +79,6 @@ def test_completion_mistral_api(): "content": "Hey, how's it going?", } ], - random_seed=42, safe_mode = True ) # Add any assertions here to check the response