GPT / start_chatbot.bat
cosmoruler
Implement model loading with fallbacks and add dummy pipeline for error handling
76108a1
@echo off
cd /d "C:\Users\Cosmo\Desktop\GPT\GPT"
"C:\Users\Cosmo\Desktop\GPT\GPT\env\bin\activate\Scripts\python.exe" app.py
pause