Replies: 2 comments
-
这个是chatgpt训练的时候肯定有一部分预料是非tex格式的,可以在systemprompt中给他提要求,比如“如果输出公式请用Tex格式” |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
感谢作者的开发, 使用了一段时间, 今天体验了最新版, 感觉甚为良好!!!点赞
有个小问题, 当API返回的公式可能不是latex的形式, 那么最终输出结果就是乱糟糟, 不便于阅读的公式, 如返回的是 y_i = a + x_i, 但是没有$$符号, 而最终输出结果仍是 y_i = a + x_i.
例如在input框内"请你帮我写一个时间序列公式", 他可能会直接输出不太美观的数学公式形式.
但是如果是"请你帮我写一个时间序列公式, 并使用latex输出", 那么会直接得到latex公式形式.
因此是否有改进的空间呢? 使得只要输出公式就能转为latex, 期待!
Beta Was this translation helpful? Give feedback.
All reactions