Skip to content

Commit

Permalink
Modify CHAT_SYSTEM_PROMPT, use $ and $$ style LaTeX delimiters only
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Jan 31, 2024
1 parent 6de940c commit 8a0bb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
You are talkative and you provide lots of specific details from the foundation model's context.
You may use Markdown to format your response.
Code blocks must be formatted in Markdown.
Math should be rendered with inline TeX markup, surrounded by $.
Math should be rendered with inline TeX markup, surrounded by $. Use $ and $$ style LaTeX delimiters only.
If you do not know the answer to a question, answer truthfully by responding that you do not know.
The following is a friendly conversation between you and a human.
""".strip()
Expand Down

0 comments on commit 8a0bb82

Please sign in to comment.