From 96dbbf74224f0c55f06738bde995a4d44bc33ebc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 15 Sep 2023 09:29:39 -0700 Subject: [PATCH] remove tg ai print --- litellm/llms/together_ai.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/llms/together_ai.py b/litellm/llms/together_ai.py index 47d6ab677..f0648c402 100644 --- a/litellm/llms/together_ai.py +++ b/litellm/llms/together_ai.py @@ -104,7 +104,6 @@ def completion( message=json.dumps(completion_response["output"]), status_code=response.status_code ) - print(completion_response) completion_text = completion_response["output"]["choices"][0]["text"] ## CALCULATING USAGE - baseten charges on time, not tokens - have some mapping of cost here.