Update repository URL to GitHub

This commit is contained in:
Vera-AI
2026-03-26 15:52:20 -05:00
parent 9468c10b2c
commit 1092526a9f
2 changed files with 7 additions and 7 deletions

View File

@@ -370,7 +370,7 @@ TZ=America/Chicago
## Source Code ## Source Code
- **Gitea**: https://speedyfox.app/SpeedyFoxAi/vera-ai-v2 - **Gitea**: https://github.com/speedyfoxai/vera-ai
--- ---

View File

@@ -10,7 +10,7 @@
[![Docker](https://img.shields.io/docker/pulls/vera-ai/latest?style=for-the-badge)](https://hub.docker.com/r/vera-ai/latest) [![Docker](https://img.shields.io/docker/pulls/vera-ai/latest?style=for-the-badge)](https://hub.docker.com/r/vera-ai/latest)
[![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](LICENSE)
[![Gitea](https://img.shields.io/badge/repo-Gitea-orange?style=for-the-badge)](https://speedyfox.app/SpeedyFoxAi/vera-ai-v2) [![GitHub](https://img.shields.io/badge/repo-GitHub-blue?style=for-the-badge)](https://github.com/speedyfoxai/vera-ai)
--- ---
@@ -351,7 +351,7 @@ Use the provided context to give informed, personalized responses.
```bash ```bash
# 1. Clone # 1. Clone
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git git clone https://github.com/speedyfoxai/vera-ai.git
cd vera-ai-v2 cd vera-ai-v2
# 2. Configure # 2. Configure
@@ -383,7 +383,7 @@ curl http://localhost:11434/
### Step 1: Clone Repository ### Step 1: Clone Repository
```bash ```bash
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git git clone https://github.com/speedyfoxai/vera-ai.git
cd vera-ai-v2 cd vera-ai-v2
``` ```
@@ -644,7 +644,7 @@ sudo lsof -i :11434
### Build from Source ### Build from Source
```bash ```bash
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git git clone https://github.com/speedyfoxai/vera-ai.git
cd vera-ai-v2 cd vera-ai-v2
pip install -r requirements.txt pip install -r requirements.txt
docker compose build docker compose build
@@ -677,8 +677,8 @@ MIT License - see [LICENSE](LICENSE) file for details.
| Resource | Link | | Resource | Link |
|----------|------| |----------|------|
| **Repository** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2 | | **Repository** | https://github.com/speedyfoxai/vera-ai |
| **Issues** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2/issues | | **Issues** | https://github.com/speedyfoxai/vera-ai/issues |
--- ---