marcolardera / chatgpt-cli

Simple yet effective command line client for chatting with ChatGPT using the official API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response injection issue

Quiark opened this issue · comments

I asked how to write colored text using rich in Python and the response contained color codes which were apparently interpreted by the UI layer of this tool so I didn't see them but the color changed.

image

Thank you for finding this bug! It was a nice catch :)

I fixed it with the last commit: 7f6c662