You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@echo OFF
rem Run the npm command in your api directory
start cmd.exe /k "cd /d X:\Your api floder location\@waylaidwanderer\chatgpt-api && npm run server"
rem wait 2s,This command is not required
timeout /t 2 /nobreak >nul
rem Run the npm command in your PandoraAI directory
start cmd.exe /k "cd /d X:\Your PandoraAI floder location\PandoraAI && npm run dev"
@echo OFF
rem Run the npm command in your api directory
start cmd.exe /k "cd /d X:\Your api floder location\@waylaidwanderer\chatgpt-api && npm run server"
rem wait 2s,This command is not required
timeout /t 2 /nobreak >nul
rem Run the npm command in your PandoraAI directory
start cmd.exe /k "cd /d X:\Your PandoraAI floder location\PandoraAI && npm run dev"
rem open your browser link to your API_BASE_URL
start http://localhost:XXXX/
The text was updated successfully, but these errors were encountered: