From ee7e2869cb536ce48fd456392074719f4fae19de Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 14 Dec 2023 18:42:55 +0530 Subject: [PATCH] (test) mistral - safe_mode --- 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 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