Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2705,11 +2705,11 @@ This project is developed by the following institutions:
## 🌟 Star History <!-- omit in toc -->


<a href="https://www.star-history.com/?repos=OpenBMB%2FMiniCPM-o&type=date&legend=top-left">
<a href="https://star-history.dera.page/#OpenBMB/MiniCPM-o&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=OpenBMB/MiniCPM-o&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=OpenBMB/MiniCPM-o&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=OpenBMB/MiniCPM-o&type=date&legend=top-left" />
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=OpenBMB/MiniCPM-o&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=OpenBMB/MiniCPM-o&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=OpenBMB/MiniCPM-o&type=date&legend=top-left" />
</picture>
</a>

Expand Down
6 changes: 3 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2695,18 +2695,18 @@ MiniCPM-V 4.5 / 4.6 和 MiniCPM-o 4.5 支持免费 API 调用。具体用法可
<source
media="(prefers-color-scheme: dark)"
srcset="
https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-o&type=Date&theme=dark
https://star-history.dera.page/svg?repos=OpenBMB/MiniCPM-o&type=Date&theme=dark
"
/>
<source
media="(prefers-color-scheme: light)"
srcset="
https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-o&type=Date
https://star-history.dera.page/svg?repos=OpenBMB/MiniCPM-o&type=Date
"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=OpenBMB/MiniCPM-o&type=Date"
src="https://star-history.dera.page/svg?repos=OpenBMB/MiniCPM-o&type=Date"
/>
</picture>

Expand Down