-
Just wondering if you handle parsing various ChatGPT output formats. |
Beta Was this translation helpful? Give feedback.
Answered by
adamlui
Jun 10, 2023
Replies: 1 comment 5 replies
-
@wamoyo OpenAI already parses/output these formats without symbols (including math, something it used to not but it gradually copies popular userscripts like my ChatGPT Widescreen and the LaTeX Renderer) and this library copies the rendered output w/ no symbols with the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
wamoyo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wamoyo OpenAI already parses/output these formats without symbols (including math, something it used to not but it gradually copies popular userscripts like my ChatGPT Widescreen and the LaTeX Renderer) and this library copies the rendered output w/ no symbols with the
get()
andgetReply()
functions. What type of project are you building btw?