refactor(proxy_server.py): code cleanup

This commit is contained in:
Krrish Dholakia 2023-10-16 16:47:33 -07:00
parent 29bf22384f
commit 5894614e89

View file

@ -427,7 +427,7 @@ def logger(
thread = threading.Thread(target=write_to_log, daemon=True)
thread.start()
except:
traceback.print_exc()
pass
litellm.input_callback = [logger]
litellm.success_callback = [logger]