@echo off title THEVOIDKERNEL - PORTABLE UNCENSORED AI SETUP color 0E echo =================================================== echo THEVOID-AI echo =================================================== echo. echo This will download and configure AI models onto echo your USB drive. You'll get to CHOOSE which models echo to install from a curated list. echo. echo - 6 preset models (uncensored + standard) echo - Custom model support (bring your own GGUF) echo - Minimum USB space: 8 GB (16 GB recommended) echo. echo Make sure you have a good internet connection! echo. pause :: Run the PowerShell setup script from the same folder as this bat file powershell -ExecutionPolicy Bypass -File "%~dp0install-core.ps1" echo. echo =================================================== echo SETUP COMPLETE! You're ready to go! echo =================================================== echo. echo To start: double-click start-fast-chat.bat echo. pause