AIClient-2-API/configs/plugins.json.example
hex2077 ce7d78f7d0 feat(plugins): 新增 AI 监控插件并优化日志管理
- 新增 AI 监控插件 (ai-monitor),支持全链路协议转换监控
  - 捕获 AI 接口请求参数(转换前后)
  - 监控流式和非流式响应(转换前后)
  - 支持内部请求转换监控
- 新增日志清空功能,支持前端和服务器端同时清空当日日志
- 默认禁用 api-potluck 和 ai-monitor 插件
- 更新多语言文档和配置示例
- 优化提供商适配器开发指南
2026-01-25 19:40:04 +08:00

12 lines
No EOL
259 B
Text

{
"plugins": {
"api-potluck": {
"enabled": false,
"description": "API 大锅饭 - Key 管理和用量统计插件"
},
"default-auth": {
"enabled": true,
"description": "默认 API Key 认证插件(内置)"
}
}
}