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

Feature request: adding proper display of latex formula

TiansuYu opened this issue · 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.)

Hello,

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