File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : v1.59.0
3
+ slug : v1.59.0
4
+ date : 2025-01-17T10:00:00
5
+ authors :
6
+ - name : Krrish Dholakia
7
+ title : CEO, LiteLLM
8
+ url : https://www.linkedin.com/in/krish-d/
9
+ 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
10
+ - name : Ishaan Jaffer
11
+ title : CTO, LiteLLM
12
+ url : https://www.linkedin.com/in/reffajnaahsi/
13
+ 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
14
+ tags : [admin ui, logging, db schema]
15
+ hide_table_of_contents : false
16
+ ---
17
+
18
+ import Image from '@theme/IdealImage ';
19
+
20
+ # v1.59.0
21
+
22
+
23
+
24
+ ::: info
25
+
26
+ Get a 7 day free trial for LiteLLM Enterprise [ here] ( https://litellm.ai/#trial ) .
27
+
28
+ ** no call needed**
29
+
30
+ :::
31
+
32
+ ## UI Improvements
33
+
34
+ ### [ Opt In] Admin UI - view messages / responses
35
+
36
+ You can now view messages and response logs on Admin UI.
37
+
38
+ <Image img={require('../../img/release_notes/ui_logs.png')} />
39
+
40
+ How to enable it - add ` store_prompts_in_spend_logs: true ` to your ` proxy_config.yaml `
41
+
42
+ Once this flag is enabled, your ` messages ` and ` responses ` will be stored in the ` LiteLLM_Spend_Logs ` table.
43
+
44
+ ``` yaml
45
+ general_settings :
46
+ store_prompts_in_spend_logs : true
47
+ ` ` `
You can’t perform that action at this time.
0 commit comments