From 78d60f000e21f1b818944af064e9516774e22abe Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 12 Oct 2023 11:49:25 -0700 Subject: [PATCH] (docs) show where the costs are written to --- docs/my-website/docs/proxy_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy_server.md b/docs/my-website/docs/proxy_server.md index bb4768683..7cc398c0f 100644 --- a/docs/my-website/docs/proxy_server.md +++ b/docs/my-website/docs/proxy_server.md @@ -302,7 +302,7 @@ print(response) ``` ### Tracking costs -By default litellm proxy writes cost logs to litellm/proxy/cost.log +By default litellm proxy writes cost logs to litellm/proxy/costs.json How can the proxy be better? Let us know [here](https://github.com/BerriAI/litellm/issues) ```json