kojix2 / chatgpt-cli

Yet another ChatGPT command line tool
https://kojix2.github.io/chatgpt-cli/
MIT License
25 stars 1 forks source link

[bug] In batch mode, user message is added twice. #12

Closed kojix2 closed 1 year ago

kojix2 commented 1 year ago

v0.2.2

echo "hello" | chatgpt -b
# Hi! How can I assist you today?
echo "%html" | chatgpt -b

image

kojix2 commented 1 year ago

Fixed