From 7d0e1f05acb4e814ed507e91ae31186e325a8bac Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 20 Nov 2024 19:48:57 +0530 Subject: [PATCH] build: run new build --- litellm/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 3b4a99413..01804a071 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -554,7 +554,6 @@ def mock_completion( Raises: Exception: If an error occurs during the generation of the mock completion response. - Note: - This function is intended for testing or debugging purposes to generate mock completion responses. - If 'stream' is True, it returns a response that mimics the behavior of a streaming completion.