Add to formatted data to history

pull/53/head
Achilleas 1 year ago
parent 897ad65683
commit df84188051
  1. 2
      chatgpt.sh

@ -351,6 +351,6 @@ while $running; do
fi
timestamp=$(date +"%d/%m/%Y %H:%M")
echo -e "$timestamp $prompt \n$escaped_response_data \n" >>~/.chatgpt_history
echo -e "$timestamp $prompt \n$response_data \n" >>~/.chatgpt_history
fi
done

Loading…
Cancel
Save