SexySteak commited on
Commit
76208cf
1 Parent(s): 17bf02b

fix windows.bat (#188)

Browse files
Files changed (1) hide show
  1. chatgpt - windows.bat +1 -1
chatgpt - windows.bat CHANGED
@@ -2,7 +2,7 @@
2
  echo Opening ChuanhuChatGPT...
3
 
4
  REM Open powershell via bat
5
- start powershell.exe -NoExit -Command "python path\to\ChuanhuChatbot.py"
6
 
7
  REM The web page can be accessed with delayed start http://127.0.0.1:7860/
8
  ping -n 5 127.0.0.1>nul
 
2
  echo Opening ChuanhuChatGPT...
3
 
4
  REM Open powershell via bat
5
+ start powershell.exe -NoExit -Command "python ./ChuanhuChatbot.py"
6
 
7
  REM The web page can be accessed with delayed start http://127.0.0.1:7860/
8
  ping -n 5 127.0.0.1>nul