dx233/GPT
0
1#!/bin/bash2echo Opening ChuanhuChatGPT...3cd "$(dirname "${BASH_SOURCE[0]}")"4nohup python3 ChuanhuChatbot.py >/dev/null 2>&1 &5sleep 56open http://127.0.0.1:78607echo Finished opening ChuanhuChatGPT (http://127.0.0.1:7860/). If you kill ChuanhuChatbot, Use "pkill -f 'ChuanhuChatbot'" command in terminal.