Simatwa / python-tgpt

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

Garbage "^│ {0,2}" and " *│$" at lines start-end as decoration that are interfering with copy-paste in 0.5.3! #45

Closed StuDentered closed 4 months ago

StuDentered commented 4 months ago

How to turn that nice box that surrounds "AI Response" off, with command-line option? It interferes greatly with code blocks manual copying, turning it into garbage!

Simatwa commented 4 months ago

Use the flags -q to disable framing and --raw for something related to that.

StuDentered commented 4 months ago

Thanks! It works with "python3 -m pytgpt interactive -q" on 0.5.3!