You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interpreter/core/llm/run_text_llm.py
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
defrun_text_llm(llm, params):
2
2
## Setup
3
3
4
-
try:
5
-
# Add the system message
6
-
params["messages"][0][
7
-
"content"
8
-
] +="\nTo execute code on the user's machine, write a markdown code block. Specify the language after the ```. You will receive the output. Use any programming language."
] +="\nTo execute code on the user's machine, write a markdown code block. Specify the language after the ```. You will receive the output. Use any programming language."
0 commit comments