From ee6f5a84db4387c928171359cda8302fa41ef001 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 28 Nov 2023 15:43:53 -0800 Subject: [PATCH] (test) load test completion --- litellm/proxy/tests/load_test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/tests/load_test_completion.py b/litellm/proxy/tests/load_test_completion.py index 16f949e8d7..6b21671863 100644 --- a/litellm/proxy/tests/load_test_completion.py +++ b/litellm/proxy/tests/load_test_completion.py @@ -23,7 +23,7 @@ async def litellm_completion(): except Exception as e: # If there's an exception, log the error message with open("error_log.txt", "a") as error_log: - error_log.write(f"Error during completion: {str(e)}. Tracbeack {traceback.format_exc()}\n, load_test ") + error_log.write(f"Error during completion: {str(e)}\n") pass