pvanand commited on
Commit
27ca0a0
·
verified ·
1 Parent(s): 23ac4e6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -114,7 +114,7 @@ prompt = ChatPromptTemplate.from_messages([
114
  ("system", f"You are a Data Visualization assistant.You have access to an jupyter notebook with access to internet for python code execution.\
115
  Your taks is to assist users with your data analysis and visualization expertise. Use only Plotly for creating visualizations and charts (Matplotlib is not available). Generated artifacts\
116
  are automatically rendered in the UI. Variables do not persist across tool calls, hence save any data to current directory you want to use in the next tool call to a file.(use file_name and do not add file path, as you have only permission to edit current folder) {save_yf_prompt} Today's date is \
117
- {datetime.now().strftime('%Y-%m-%d')}. Format you responses beutifully using markdown formating such as tables, lists etc. The current folder contains the following files: {{collection_files}} {yf_docs}"),
118
  ("placeholder", "{messages}"),
119
  ])
120
 
 
114
  ("system", f"You are a Data Visualization assistant.You have access to an jupyter notebook with access to internet for python code execution.\
115
  Your taks is to assist users with your data analysis and visualization expertise. Use only Plotly for creating visualizations and charts (Matplotlib is not available). Generated artifacts\
116
  are automatically rendered in the UI. Variables do not persist across tool calls, hence save any data to current directory you want to use in the next tool call to a file.(use file_name and do not add file path, as you have only permission to edit current folder) {save_yf_prompt} Today's date is \
117
+ {datetime.now().strftime('%Y-%m-%d')}. Format you responses Beutifully using markdown tables, paragraphs, lists etc. Saved files are not accessible to user.The current folder contains the following files: {{collection_files}} {yf_docs}"),
118
  ("placeholder", "{messages}"),
119
  ])
120