ChuanhuChatGPT / chatgpt - macOS.command
JohnSmith9982's picture
Github https://github.com/GaiZhenbiao/ChuanhuChatGPT/commit/70ec74266733f9c8b6d41882d29231bf178f20e4
0e9e479
raw history blame
No virus
307 Bytes
#!/bin/bash
echo Opening ChuanhuChatGPT...
cd "$(dirname "${BASH_SOURCE[0]}")"
nohup python3 ChuanhuChatbot.py >/dev/null 2>&1 &
sleep 5
open http://127.0.0.1:7860
echo Finished opening ChuanhuChatGPT (http://127.0.0.1:7860/). If you kill ChuanhuChatbot, Use "pkill -f 'ChuanhuChatbot'" command in terminal.