chatgpt-cli icon indicating copy to clipboard operation
chatgpt-cli copied to clipboard

Feature request: adding proper display of latex formula

Open TiansuYu opened this issue 1 year ago • 1 comments

From time to time, I need GPT models to explain to me some mathematical works, while the cli tool displays formula as plain text:

[ R^2 = 1 - \frac{\sum_{i=1}^{n}(y_i - \hat{y}i)^2}{\sum{i=1}^{n}(y_i - \bar{y})^2} ]

is there a way to render these formulas directly inside terminals (I know there are tools already can do this, matter is how to integrate into this one, I guess.)

TiansuYu avatar Apr 06 '24 19:04 TiansuYu

Hello,

thank you for the feedback. This is an interesting feature, I will check if it is feasible!

marcolardera avatar Apr 12 '24 14:04 marcolardera