Simatwa / python-tgpt

AI Chat in Terminal + Package + REST-API
https://python-tgpt.onrender.com
MIT License
102 stars 15 forks source link

--quiet should prevent busy-bar as well #12

Closed johnd0e closed 7 months ago

johnd0e commented 7 months ago
pytgpt generate -q hello>outfile
 ⣾ 
Hello! How can I assist you today? 😊                                          

Another minor issue: there are plenty extra spaces at the line end

johnd0e commented 7 months ago

It could also may sense to set "quiet" mode automatically, if output redirection detected.

Simatwa commented 7 months ago

It could also may sense to set "quiet" mode automatically, if output redirection detected.

I like this idea as well.