Skip to content

Commit ef7cd73

Browse files
committed
docs: bilingual lede on README.md + README.zh.md
So an EN reader landing on README.md or a zh reader landing on README.zh.md can pick up the project without switching files. Each README's first paragraph stays in its primary language; the second-language version follows immediately as a blockquoted paragraph (same wording, just translated). The rest of the README stays in the primary language to keep each surface readable. GitHub repo description was also updated out-of-band to bilingual: "Svelte 5 SPA trace viewer for api-log · LLM 网关日志查看器,可对接 兼容的 JSONL / SQLite trace 存储".
1 parent 66fb0e7 commit ef7cd73

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ English | [中文](README.zh.md)
99

1010
api-log-viewer is a Svelte 5 SPA trace viewer for LLM gateway logs. It pairs with [api-log](https://github.com/2nd1st/api-log) to render recorded OpenAI Chat, Anthropic Messages, Responses, and Gemini traffic. Designed as a frontend rather than THE frontend — operators can point it at any compatible JSONL or SQLite-backed trace store. Useful for stacks running sub2api, CLIProxyAPI (CPA), or new-api to inspect requests, responses, SSE chunks, tool calls, reasoning content, sessions, and replay data.
1111

12+
> api-log-viewer 是一个面向 LLM 网关日志的 Svelte 5 SPA trace 查看器。它跟 [api-log](https://github.com/2nd1st/api-log) 配套,渲染录制下来的 OpenAI Chat、Anthropic Messages、Responses、Gemini 流量。设计上是一个前端而不是 THE 前端 —— 后续也可以对接到兼容的 JSONL / SQLite trace 存储。跑 sub2api、CLIProxyAPI(CPA)、new-api 的运维可以用它查看请求、响应、SSE chunk、tool call、reasoning 内容、session 和 replay 数据。
13+
1214
**Backend recorder:** [api-log](https://github.com/2nd1st/api-log) — Go HTTP recording proxy that captures OpenAI-compatible, Anthropic Messages, Responses, and Gemini gateway traffic into JSONL + SQLite.
1315

1416
## Screenshots

README.zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
api-log-viewer 是一个面向 LLM 网关日志的 Svelte 5 SPA trace 查看器。它跟 [api-log](https://github.com/2nd1st/api-log) 配套,渲染录制下来的 OpenAI Chat、Anthropic Messages、Responses、Gemini 流量。设计上是一个前端而不是 THE 前端 —— 后续也可以对接到兼容的 JSONL / SQLite trace 存储。跑 sub2api、CLIProxyAPI(CPA)、new-api 的运维可以用它查看请求、响应、SSE chunk、tool call、reasoning 内容、session 和 replay 数据。
1111

12+
> api-log-viewer is a Svelte 5 SPA trace viewer for LLM gateway logs. It pairs with [api-log](https://github.com/2nd1st/api-log) to render recorded OpenAI Chat, Anthropic Messages, Responses, and Gemini traffic. Designed as a frontend rather than THE frontend — operators can point it at any compatible JSONL or SQLite-backed trace store. Useful for stacks running sub2api, CLIProxyAPI (CPA), or new-api to inspect requests, responses, SSE chunks, tool calls, reasoning content, sessions, and replay data.
13+
1214
**后端录制器:** [api-log](https://github.com/2nd1st/api-log) —— Go HTTP 录制 proxy,把 OpenAI-compatible、Anthropic Messages、Responses、Gemini 网关流量录到 JSONL + SQLite。
1315

1416
## Screenshots

0 commit comments

Comments
 (0)