-
-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve math magics behavior #662
Comments
@startakovsky Thanks for opening this issue! The Example 1
Example 2
|
Yes, I see what you're saying @JasonWeill , but I am confused because Latex natively supports normal non-math expression text, as the example below indicates. \documentclass{article}
\begin{document}
The well known Pythagorean theorem \(x^2 + y^2 = z^2\) was
proved to be invalid for other exponents.
Meaning the next equation has no integer solutions:
\[ x^n + y^n = z^n \]
\end{document} But also even when working with strictly math mode, which I think you meant: $$\[
x = 4 \text{ or it's also possible to make sentences that aren't squished together and italicized } x = 5
\]$$ So really what I'm getting at, is I think there can be a modification to the prompt template to be super explicit about using |
Thanks for clarifying! Prompt templates are now customizable, now that #581 has been merged in, so if you find a template for |
Very cool. Thanks, why don't we go ahead and close this then unless you're saying there is a clean way I can provide an idea around a prompt template and submit it to the core repo? |
Let's leave this open; it may be possible to solve this with prompt engineering related to the prompt template, and we would consider pull requests related to this. Thanks again for your contribution! |
%%ai -f math gpt4
seems to work poorly
Desired behavior is to get something legible. . .
Content in the cell to reproduce. (See Image below).
The text was updated successfully, but these errors were encountered: