This looks great too! It's using the actual ChatGPT UI it seems, so does have a real chat with context, right?
When OpenAI published there API access to gpt-3.5-turbo last week, I updated a similar side project I have to use the API. It's here, if you'd like to take a look: https://github.com/wunderwuzzi23/yolo-ai-cmdbot
Its doing individual statements with some system context (like what OS and Shell) in the initial prompt, but not submitting chat history.
When OpenAI published there API access to gpt-3.5-turbo last week, I updated a similar side project I have to use the API. It's here, if you'd like to take a look: https://github.com/wunderwuzzi23/yolo-ai-cmdbot
Its doing individual statements with some system context (like what OS and Shell) in the initial prompt, but not submitting chat history.