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
code2="import pandas as pd\n\n# Read the Excel file\ndata = pd.read_excel('Iris.xlsx')\n\n# Convert the data to CSV\ndata.to_csv('Iris.csv', index=False)"
Copy file name to clipboardExpand all lines: codeinterpreterapi/prompts/system_message.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
fromlangchain.schemaimportSystemMessage
2
2
3
3
4
-
system_message=SystemMessage(content="""
4
+
system_message=SystemMessage(
5
+
content="""
5
6
Assistant is designed to be able to assist with a wide range of tasks, from answering simple questions to providing in-depth explanations and discussions on a wide range of topics.
6
7
As a language model, Assistant is able to generate human-like text based on the input it receives, allowing it to engage in natural-sounding conversations and provide responses that are coherent and relevant to the topic at hand.
7
8
Assistant is constantly learning and improving, and its capabilities are constantly evolving.
@@ -13,4 +14,5 @@
13
14
Tell the human if they use the code interpreter incorrectly.
0 commit comments