Skip to content
Merged
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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<img src="https://img.shields.io/badge/Ubuntu-24.04%20%7C%2025.04-E95420?logo=ubuntu&logoColor=white" alt="Ubuntu 24.04 | 25.04" /></a>
<a href="#installation" title="Check out our instructions">
<img src="https://img.shields.io/badge/Python-3.10--3.13-blue?logo=python&logoColor=white" alt="Made with Python" /></a>
<a href="https://github.com/lemonade-sdk/lemonade-arcade/releases/latest" title="Download the latest release">
<img src="https://img.shields.io/github/v/release/lemonade-sdk/lemonade-arcade?include_prereleases" alt="Latest Release" /></a>
<a href="https://tooomm.github.io/github-release-stats/?username=lemonade-sdk&repository=lemonade-arcade">
<img src="https://img.shields.io/github/downloads/lemonade-sdk/lemonade-arcade/total.svg" alt="GitHub downloads" /></a>
<a href="https://github.com/lemonade-sdk/lemonade-arcade/blob/main/LICENSE">
<a href="https://github.com/lemonade-sdk/infinity-arcade/releases/latest" title="Download the latest release">
<img src="https://img.shields.io/github/v/release/lemonade-sdk/infinity-arcade?include_prereleases" alt="Latest Release" /></a>
<a href="https://tooomm.github.io/github-release-stats/?username=lemonade-sdk&repository=infinity-arcade">
<img src="https://img.shields.io/github/downloads/lemonade-sdk/infinity-arcade/total.svg" alt="GitHub downloads" /></a>
<a href="https://github.com/lemonade-sdk/infinity-arcade/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
<a href="https://star-history.com/#lemonade-sdk/lemonade-arcade">
<a href="https://star-history.com/#lemonade-sdk/infinity-arcade">
<img src="https://img.shields.io/badge/Star%20History-View-brightgreen" alt="Star History Chart" /></a>
</p>

Expand All @@ -57,7 +57,7 @@ Infinity Arcade will detect the hardware you have available and load a recommend

<p align="center">Windows: click this:</p>
<p align="center">
<a href="https://github.com/lemonade-sdk/lemonade-arcade/releases/latest/download/InfinityArcade.exe"><img src=img/icon.ico?raw=true alt="Arcade Quick Start"/></a>
<a href="https://github.com/lemonade-sdk/infinity-arcade/releases/latest/download/InfinityArcade.exe"><img src=img/icon.ico?raw=true alt="Arcade Quick Start"/></a>
</p>

<p align="center">
Expand All @@ -79,7 +79,7 @@ Infinity Arcade combines the convenience of a ChatGPT-like interface with the co

### Windows

Navigate to the [Releases page](https://github.com/lemonade-sdk/lemonade-arcade/releases), download the .exe, and get started!
Navigate to the [Releases page](https://github.com/lemonade-sdk/infinity-arcade/releases), download the .exe, and get started!

### Linux (and Windows Devs)

Expand All @@ -94,8 +94,8 @@ From Source:

1. Clone this repository:
```bash
git clone https://github.com/lemonade-sdk/lemonade-arcade
cd lemonade-arcade
git clone https://github.com/lemonade-sdk/infinity-arcade
cd infinity-arcade
```

2. Install the package:
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<!-- Header -->
<header class="homepage-header">
<nav class="nav-links">
<a href="https://github.com/lemonade-sdk/lemonade-arcade" class="nav-link" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/github/v/release/lemonade-sdk/lemonade-arcade?style=flat-square&logo=github&label=GitHub&color=00ff41&labelColor=1a1a2e&logoColor=white" alt="GitHub">
<a href="https://github.com/lemonade-sdk/infinity-arcade" class="nav-link" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/github/v/release/lemonade-sdk/infinity-arcade?style=flat-square&logo=github&label=GitHub&color=00ff41&labelColor=1a1a2e&logoColor=white" alt="GitHub">
</a>
<a href="https://discord.gg/5xXzkMu8Zk" class="nav-link" target="_blank" rel="noopener noreferrer">
<img src="https://img.shields.io/badge/Join-Discord-00ff41?style=flat-square&logo=discord&labelColor=1a1a2e&logoColor=white" alt="Join Discord">
Expand Down Expand Up @@ -55,7 +55,7 @@ <h1 class="hero-subtitle">
<span class="platform-label">Windows</span>
<span class="platform-desc">Ready to run<br>executable</span>
</div>
<a href="https://github.com/lemonade-sdk/lemonade-arcade/releases/latest/download/InfinityArcade.exe" class="download-btn secondary-download" id="windowsDownloadBtn">
<a href="https://github.com/lemonade-sdk/infinity-arcade/releases/latest/download/InfinityArcade.exe" class="download-btn secondary-download" id="windowsDownloadBtn">
<img src="assets/favicon.ico" alt="Download" class="download-icon">
<span class="download-text">Download</span>
</a>
Expand All @@ -66,7 +66,7 @@ <h1 class="hero-subtitle">
<span class="platform-label">Linux</span>
<span class="platform-desc">Python package<br>installation</span>
</div>
<a href="https://github.com/lemonade-sdk/lemonade-arcade#linux-and-windows-devs" class="download-btn secondary-download" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/lemonade-sdk/infinity-arcade#linux-and-windows-devs" class="download-btn secondary-download" target="_blank" rel="noopener noreferrer">
<span class="download-text">PyPI Setup</span>
</a>
</div>
Expand Down Expand Up @@ -114,7 +114,7 @@ <h3 class="feature-title">Game Ready</h3>
<!-- Footer -->
<footer class="footer-section">
<div class="footer-links">
<a href="https://github.com/lemonade-sdk/lemonade-arcade" class="footer-link" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/lemonade-sdk/infinity-arcade" class="footer-link" target="_blank" rel="noopener noreferrer">
View on GitHub
</a>
<a href="https://discord.gg/5xXzkMu8Zk" class="footer-link" target="_blank" rel="noopener noreferrer">
Expand Down
2 changes: 1 addition & 1 deletion docs/lemonade_client_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ This example demonstrates:
You can run the example directly to test your LemonadeClient setup:

```bash
python lemonade-arcade/examples/lemonade_client_integration_example.py
python infinity-arcade/examples/lemonade_client_integration_example.py
```

The example includes comprehensive error handling and step-by-step progress reporting, making it suitable for both learning and as a starting point for your own integration.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A comprehensive example showing the complete workflow for integrating LemonadeCl

**Usage:**
```bash
python lemonade-arcade/examples/lemonade_client_integration_example.py
python infinity-arcade/examples/lemonade_client_integration_example.py
```

This example uses the `Qwen3-0.6B-GGUF` model as it's lightweight and good for testing. You can modify the `required_model` variable to use different models as needed.
Expand Down
Loading