返回首页
LIVEIn-memory log/v1/chat/completionschat-completions-monitor

Chat Completions Monitor

所有进入 /v1/chat/completions 的请求都会被抓取到这里,包括 headers、 原始 raw 请求、raw body、解析后的 JSON 和固定回包。

Fixed responseHow can I help you today.

Captured

0

当前进程内已记录的请求数量。

Latest

--

最近一次请求抓取时间。

Fixed reply

How can I help you today.

无论输入什么,都会回这个 OpenAI 风格响应。

Refresh

Polling

等待首轮同步。

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