跳到主要内容

v1.59.0

Krrish Dholakia
Ishaan Jaffer
信息

这里获取 LiteLLM 企业版 7 天免费试用。

无需通话

UI 改进

[选择启用]管理面板 - 查看消息/响应

您现在可以在管理面板上查看消息和响应日志。

如何启用 - 将 store_prompts_in_spend_logs: true 添加到您的 proxy_config.yaml

启用此标记后,您的 messagesresponses 将存储在 LiteLLM_Spend_Logs 表中。

general_settings:
store_prompts_in_spend_logs: true

数据库模式更改

LiteLLM_Spend_Logs 表中添加了 messagesresponses

默认情况下不记录此项。 如果您希望记录 messagesresponses,您需要通过此设置选择启用。

general_settings:
store_prompts_in_spend_logs: true