Update GitHub repo links and minor cleanup

Changed all GitHub repository references from 'Nutlope/aicommits' to 'nutlope/make-comics' in the navbar and README. Also removed an outdated comment from .gitignore for clarity.
This commit is contained in:
Riccardo Giorato
2026-01-28 23:32:18 +01:00
parent 95545ef676
commit 35c78db57d
3 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ The AI references previous pages as visual reference for coherence and uses char
## Cloning & running
1. Clone the repo: `git clone https://github.com/yourusername/make-comics`
1. Clone the repo: `git clone https://github.com/nutlope/make-comics`
2. Create a `.env` file based on `.example.env` and add your API keys:
- **Together AI API key**: `TOGETHER_API_KEY=<your_together_ai_api_key>`
- **AWS S3 credentials**: `S3_UPLOAD_KEY`, `S3_UPLOAD_SECRET`, `S3_UPLOAD_BUCKET`, `S3_UPLOAD_REGION`