Monitoring controls
页面每 1.5 秒自动刷新一次,也可以手动刷新或清空日志。
Captured Requests
最新请求在最上面,点击可查看完整 headers 和 raw 内容。
Waiting for traffic
向 /v1/chat/completions 发起一次 POST,请求就会出现在这里。
Example trigger
curl -X POST http://localhost:3000/v1/chat/completions -H 'Content-Type: application/json' -d '{"model":"demo","messages":[{"role":"user","content":"hello"}]}'Fixed reply
How can I help you today.
response model: chat-completions-monitor
Request Details
展示选中请求的所有可见信息和固定响应。
Waiting for traffic
向 /v1/chat/completions 发起一次 POST,请求就会出现在这里。
Example trigger
curl -X POST http://localhost:3000/v1/chat/completions -H 'Content-Type: application/json' -d '{"model":"demo","messages":[{"role":"user","content":"hello"}]}'Fixed reply
How can I help you today.
response model: chat-completions-monitor