mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-31 03:12:16 +00:00
fix: move badges to README and fix clone tracking auth
- Move download/clone/star badges from docs/index.md to README.md - Use TRAFFIC_TOKEN secret instead of GITHUB_TOKEN for Traffic API (requires admin-level access that GITHUB_TOKEN doesn't provide) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
f1494a970c
commit
65ff68d47d
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Fetch clone traffic
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.TRAFFIC_TOKEN }}
|
||||
run: |
|
||||
gh api repos/${{ github.repository }}/traffic/clones > /tmp/traffic.json
|
||||
|
||||
|
||||
@@ -10,6 +10,13 @@
|
||||
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
|
||||
<a href="https://discord.gg/wfXEkpPX"><img src="https://img.shields.io/badge/discord-join-7289da?logo=discord&logoColor=white" alt="Discord"></a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis/releases"><img src="https://img.shields.io/github/downloads/open-jarvis/OpenJarvis/total?label=Desktop%20Downloads&logo=github&color=blue" alt="Desktop Downloads"></a>
|
||||
<a href="https://pypistats.org/packages/openjarvisai"><img src="https://img.shields.io/pypi/dm/OpenJarvisAI?label=PyPI%20Installs/month&logo=python&color=blue" alt="PyPI Downloads"></a>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/open-jarvis/OpenJarvis/main/.github/clone-stats/badge.json" alt="Git Clones"></a>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis"><img src="https://img.shields.io/github/stars/open-jarvis/OpenJarvis?style=social" alt="GitHub Stars"></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
@@ -9,13 +9,6 @@ hide:
|
||||
|
||||
# Personal AI, On Personal Devices
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis/releases"><img src="https://img.shields.io/github/downloads/open-jarvis/OpenJarvis/total?label=Desktop%20Downloads&logo=github&color=blue" alt="Desktop Downloads"></a>
|
||||
<a href="https://pypistats.org/packages/openjarvisai"><img src="https://img.shields.io/pypi/dm/OpenJarvisAI?label=PyPI%20Installs/month&logo=python&color=blue" alt="PyPI Downloads"></a>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/open-jarvis/OpenJarvis/main/.github/clone-stats/badge.json" alt="Git Clones"></a>
|
||||
<a href="https://github.com/open-jarvis/OpenJarvis"><img src="https://img.shields.io/github/stars/open-jarvis/OpenJarvis?style=social" alt="GitHub Stars"></a>
|
||||
</p>
|
||||
|
||||
<p class="hero-tagline">
|
||||
OpenJarvis is a research framework for composable, on-device AI systems.
|
||||
Build personal AI that runs on your hardware. Cloud APIs are optional.
|
||||
|
||||
Reference in New Issue
Block a user