Kav-K/GPTDiscord

[BUG] Poor handling of the dot operator in math expressions

Raecaug opened this issue · 2 comments

Describe the bug
When asked to produce a mathematical formula, Discord cannot correctly parse the character of the dot operator(multiplication), leading to messy and difficult to interpret output.

To Reproduce
Steps to reproduce the behaviour:

  1. Ask GPT to produce a formula or math expression which contains multiplication. In Discord, this will be formatted as '\cdot'
  2. See screenshot for comparison between ChatGPT Web(left) and Discord(right)

Expected behaviour
I do not believe Discord can handle the native formatting, so a way to convert it to readable symbols would be nice. I'm not fully sure what the best method for this would be for Discord's Markdown.

Screenshots
image