feat: show first-token latency, decode tok/s, per-key colors
- logs page adds First (first_token_ms) and Tok/s columns; Tok/s is output_tokens / (latency - first_token) over the decode window - detail line shows the same rate after first-token latency - API key names render in a stable per-key color (crc32 over a 10-color palette) so rows from the same key group visually; --once stays plain - --once --logs prints the new first/tok-s columns Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "shusub2"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "Terminal UI for Sub2API account quota and daily usage"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Reference in New Issue
Block a user