diff --git a/litellm/llms/huggingface_restapi.py b/litellm/llms/huggingface_restapi.py index b6804af906..e04f200555 100644 --- a/litellm/llms/huggingface_restapi.py +++ b/litellm/llms/huggingface_restapi.py @@ -270,7 +270,7 @@ def completion( headers=headers, data=json.dumps(data) ) - print(response.text) + ## Some servers might return streaming responses even though stream was not set to true. (e.g. Baseten) is_streamed = False