Skip to content

Commit ee0badc

Browse files
committed
update README
1 parent 0f83ce7 commit ee0badc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<div align="center">
2-
<img src="src/assets/icon-raw.png.png" height="24" alt="icon" />
2+
<img src="src/assets/icon-raw.png" height="24" alt="icon" />
33
<span style="vertical-align: middle; font-size: 24px;"> Mitmproxy LLM Better View</span>
44
</div>
55

6+
7+
68
A Tampermonkey script for LLM API Request/Response Visualization in mitmweb.
79

810
*Screenshot1:*
@@ -18,6 +20,8 @@ A Tampermonkey script for LLM API Request/Response Visualization in mitmweb.
1820
![3](./docs/screenshot3.png)
1921
</details>
2022

23+
<a href="docs/README_CN.md">简体中文README</a>
24+
2125
## Features
2226

2327
- **Request/Response Visualization**: Formatted display of messages, tools, and metadata
@@ -68,7 +72,7 @@ npm run dev
6872

6973
## Notes
7074

71-
This feature is developed and tested based on the author's usage patterns. It may not cover all API usage scenarios. Please submit an ISSUE to add support for uncovered parameters/types.
75+
This is developed and tested based on the author's usage patterns. It may not cover all API usage scenarios. Please submit an ISSUE to add support for uncovered parameters/types.
7276

7377
## Future Plans
7478

docs/README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Mitmproxy LLM Better View
22

33
<div align="center">
4-
<imgser src="../src/assets/icon-raw.png.png" height="24" alt="icon" />
4+
<imgser src="../src/assets/icon-raw.png" height="24" alt="icon" />
55
<span style="vertical-align: middle; font-size: 24px;"> Mitmproxy LLM Better View</span>
66
</div>
77

0 commit comments

Comments
 (0)