prinvest_mate / chatgpt - windows.bat
IdlessChaye
添加Windows bat文件以快速打开 (#12)
83a80f1 unverified
raw
history blame
421 Bytes
@echo off
echo Opening ChuanhuChatGPT...
REM Open powershell via bat
start powershell.exe -NoExit -Command "python path\to\ChuanhuChatbot.py"
REM The web page can be accessed with delayed start http://127.0.0.1:7860/
ping -n 5 127.0.0.1>nul
REM access chargpt via your browser (default microsoft edge browser)
start microsoft-edge:http://127.0.0.1:7860/
echo Finished opening ChuanhuChatGPT (http://127.0.0.1:7860/).