(test) load test completion

This commit is contained in:
ishaan-jaff 2023-11-28 15:43:53 -08:00
parent ae7f0ae0b6
commit ee6f5a84db

View file

@ -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