pull/6/head
acx 1 year ago
parent 3853e778a3
commit e6a0636200
  1. 3
      chatgpt.sh

@ -2,9 +2,8 @@
echo -e "Welcome to chatgpt. You can quit with '\033[36mexit\033[0m'."
running=true
#Create history file
# create history file
if [ ! -f ~/.chatgpt_history ]; then
echo "Creating history file"
touch ~/.chatgpt_history
fi

Loading…
Cancel
Save