diff --git a/docs/my-website/img/release_notes/ui_logs.png b/docs/my-website/img/release_notes/ui_logs.png new file mode 100644 index 0000000000..ac34a23319 Binary files /dev/null and b/docs/my-website/img/release_notes/ui_logs.png differ diff --git a/docs/my-website/release_notes/v1.59.0/index.md b/docs/my-website/release_notes/v1.59.0/index.md new file mode 100644 index 0000000000..74b243480a --- /dev/null +++ b/docs/my-website/release_notes/v1.59.0/index.md @@ -0,0 +1,47 @@ +--- +title: v1.59.0 +slug: v1.59.0 +date: 2025-01-17T10:00:00 +authors: + - name: Krrish Dholakia + title: CEO, LiteLLM + url: https://www.linkedin.com/in/krish-d/ + image_url: https://media.licdn.com/dms/image/v2/C5103AQHYMXJfHTf4Ng/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1517455593871?e=1741824000&v=beta&t=udmat6jS-s3EQZp1DTykf7NZmf-3sefD_I9B1aMjE5Y + - name: Ishaan Jaffer + title: CTO, LiteLLM + url: https://www.linkedin.com/in/reffajnaahsi/ + image_url: https://media.licdn.com/dms/image/v2/D4D03AQGiM7ZrUwqu_Q/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1675971026692?e=1741824000&v=beta&t=eQnRdXPJo4eiINWTZARoYTfqh064pgZ-E21pQTSy8jc +tags: [admin ui, logging, db schema] +hide_table_of_contents: false +--- + +import Image from '@theme/IdealImage'; + +# v1.59.0 + + + +:::info + +Get a 7 day free trial for LiteLLM Enterprise [here](https://litellm.ai/#trial). + +**no call needed** + +::: + +## UI Improvements + +### [Opt In] Admin UI - view messages / responses + +You can now view messages and response logs on Admin UI. + + + +How to enable it - add `store_prompts_in_spend_logs: true` to your `proxy_config.yaml` + +Once this flag is enabled, your `messages` and `responses` will be stored in the `LiteLLM_Spend_Logs` table. + +```yaml +general_settings: + store_prompts_in_spend_logs: true +```