mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
(test) load test completion
This commit is contained in:
parent
062cf64c43
commit
bcc58e16be
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ async def litellm_completion():
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# If there's an exception, log the error message
|
# If there's an exception, log the error message
|
||||||
with open("error_log.txt", "a") as error_log:
|
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
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue