bradtraversy / chatgpt-chatbot

Chatbot written in Node.js that uses the ChatGPT API
108 stars 49 forks source link

fixed unecessary api call on exit #4

Closed bernoussama closed 12 months ago

bernoussama commented 1 year ago

fixed unecessary api call on exit, that also makes the exit laggy.

MilleniumDawn commented 1 year ago

It's not un-necessary, its by design : https://youtu.be/1YU83Lw58eo?si=xVjMobrZ09NlLVxn&t=1267

Also, don't reformat every string from '' to "" if you wanna suggest code to someone. Fix your Prettier to conform to the original project so we can easily see what your actual suggestion is.

bernoussama commented 12 months ago

i see now, thanks for pointing that out. Also my bad for not configuring my prettier, i'm new to JavaScript, i now see that everyone has its own formatting.