diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index ef8d53376..210493a74 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -401,7 +401,7 @@ async def v1_chat_completion(request: Request): return response def print_cost_logs(): - with open('cost.log', 'r') as f: + with open('costs.json', 'r') as f: # print this in green print("\033[1;32m") print(f.read())