0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 150 forks source link

Restricted history file permission #43

Closed rxaviers closed 1 year ago

rxaviers commented 1 year ago

This change makes ~/.chatgpt_history accessible (read & write) only for its owner.

0xacx commented 1 year ago

Thanks again for the PR! LGTM ✌️

rxaviers commented 1 year ago

Thank you for the awesome script