Skip to content

Commit 76c2e89

Browse files
committed
Add version progress section and screenshots to README.md
- Introduced a new section for version progress showcasing the evolution of the DeepSeek Wrapper web UI. - Added a screenshot for the pre-release version with a description. - Updated features list to include markdown rendering in assistant responses.
1 parent ad3c278 commit 76c2e89

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,37 @@
1616

1717
A modern, async/sync Python client for the DeepSeek LLM API. Supports completions, chat, retries, and robust error handling. Built for local dev, CI, and production.
1818

19+
## Version Progress
20+
21+
Below are screenshots showing the evolution of the DeepSeek Wrapper web UI and features over time:
22+
23+
<p align="center">
24+
<strong style="font-size:1.2em;">Pre-release</strong>
25+
</p>
26+
<p align="center">
27+
<img src="versions/pre-release.png" alt="Pre-release UI" style="max-width: 600px; border-radius: 8px; box-shadow: 0 2px 8px #0002;">
28+
</p>
29+
<p align="center" style="font-size: 0.95em; color: #666;">
30+
<em>Initial UI and feature set before public release.</em>
31+
</p>
32+
33+
<!-- Add more screenshots here as you add new versions, e.g.:
34+
<p align="center">
35+
<strong style="font-size:1.2em;">v0.2.0</strong>
36+
</p>
37+
<p align="center">
38+
<img src="versions/v0.2.0.png" alt="v0.2.0 UI" style="max-width: 600px; border-radius: 8px; box-shadow: 0 2px 8px #0002;">
39+
</p>
40+
<p align="center" style="font-size: 0.95em; color: #666;">
41+
<em>Added async endpoints and improved chat history.</em>
42+
</p>
43+
-->
44+
1945
## Features
2046
- **Sync & async API**
2147
- **Text generation & chat completion**
2248
- **Session-based chat history in web UI**
49+
- **Markdown rendering in chat responses**
2350
- **Automatic retries with exponential backoff**
2451
- **Type hints throughout**
2552
- **.env and environment variable config**
@@ -41,6 +68,7 @@ Then open [http://localhost:8000](http://localhost:8000) in your browser.
4168
- Async backend for fast, non-blocking responses
4269
- Reset conversation button
4370
- Timestamps, avatars, and chat bubbles
71+
- **Markdown rendering in assistant responses**
4472
- Loading indicator while waiting for LLM
4573
- Error banner for API issues
4674

versions/pre-release.png

48.1 KB
Loading

0 commit comments

Comments
 (0)