Skip to content

Commit

Permalink
fix: nit to python tool instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 26, 2024
1 parent cbf1d12 commit 94b1aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptme/tools/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def get_installed_python_libraries() -> set[str]:
instructions = """
To execute Python code in an interactive IPython session, send a codeblock using the `ipython` language tag.
It will respond with the output and result of the execution.
Assistant may first write the code in a normal python codeblock, then execute it in an IPython codeblock.
If you first write the code in a normal python codeblock, remember to also execute it with the ipython codeblock.
"""


Expand Down

0 comments on commit 94b1aaf

Please sign in to comment.