#Latex Math not rendering

1 messages · Page 1 of 1 (latest)

ember crypt
#

I just installed LibreChat via Docker and it's great. However, I have a small problem with rendering Latex Math equations. I tried the following example:

Latex inline: $x^2$.   
Latex block: $$e=mc^2$$.

But it does not render at all. For some reason it works in the answers from the model. And it works in the official ChatGPT UI.

Am I doing something wrong? At least I don't think so...

#

I forgot to say: It's not only on my phone but on desktop as well. I also tried with Chrome (/Arc) and Firefox there.

west flint
ember crypt
#

My question was why my input does not render. But I see that for you it doesn't either. Is that intended behavior?

west flint
ember crypt
west flint
# ember crypt Ah ok, thanks. But that seems strange. I think it should be rendered for both in...

I agree, but there's a reason behind this choice. It's made this way because this could significantly increase rendering time and slowdowns, especially on limited resource devices (mobile).

see this discussion on the subject for more info:
https://github.com/danny-avila/LibreChat/discussions/1400

GitHub

What happened? When the AI answers, markdown is rendered properly. But when the user input is shown, the markdown isn't rendered at all. It's specifically noticeable when passing code to th...