Spaces:
Sleeping
Sleeping
File size: 137 Bytes
e84694a |
1 2 3 4 5 6 |
@echo off
echo Opening ChuanhuChatGPT...
REM Open powershell via bat
start powershell.exe -NoExit -Command "python ./ChuanhuChatbot.py"
|