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