(test) load test completion

This commit is contained in:
ishaan-jaff 2023-11-28 15:43:53 -08:00
parent 062cf64c43
commit bcc58e16be

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