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 151 forks source link

Fix date format and timestamp #102

Closed rxaviers closed 1 year ago

rxaviers commented 1 year ago

Update the date format used in the CHAT_INIT_PROMPT and SYSTEM_PROMPT variables from dd/mm/yyyy to mm/dd/yyyy since it's implied it's written on English language.

Additionally, the date format used in the timestamp variable was changed from dd/mm/yyyy HH:MM to ISO format yyyy-mm-dd HH:MM.

0xacx commented 1 year ago

Right! Good catch! 👌