信息
在这里获取 LiteLLM 企业版 7 天免费试用。
无需通话
UI 改进
[选择启用]管理面板 - 查看消息/响应
您现在可以在管理面板上查看消息和响应日志。
如何启用 - 将 store_prompts_in_spend_logs: true
添加到您的 proxy_config.yaml
中
启用此标记后,您的 messages
和 responses
将存储在 LiteLLM_Spend_Logs
表中。
general_settings:
store_prompts_in_spend_logs: true
数据库模式更改
在 LiteLLM_Spend_Logs
表中添加了 messages
和 responses
。
默认情况下不记录此项。 如果您希望记录 messages
和 responses
,您需要通过此设置选择启用。
general_settings:
store_prompts_in_spend_logs: true