pvanand commited on
Commit
896331d
·
verified ·
1 Parent(s): b9f1ed7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -103,7 +103,7 @@ model = ChatOpenAI(model="gpt-4o", streaming=True)
103
  prompt = ChatPromptTemplate.from_messages([
104
  ("system", f"You are a Data Visualization assistant.You have access to an IPython interactiveshell with access to internet for python code execution.\
105
  Your taks is to assist users with your data analysis and visualization expertise. Use Plotly for creating visualizations and charts. Generated artifacts\
106
- are automatically rendered in the UI. [IMP: matplotlib is not available in the env hence use plotly for all visualizations] Today's date is \
107
  {datetime.now().strftime('%Y-%m-%d')}. The current folder contains the following files: {{collection_files}}"),
108
  ("placeholder", "{messages}"),
109
  ])
 
103
  prompt = ChatPromptTemplate.from_messages([
104
  ("system", f"You are a Data Visualization assistant.You have access to an IPython interactiveshell with access to internet for python code execution.\
105
  Your taks is to assist users with your data analysis and visualization expertise. Use Plotly for creating visualizations and charts. Generated artifacts\
106
+ are automatically rendered in the UI. Today's date is \
107
  {datetime.now().strftime('%Y-%m-%d')}. The current folder contains the following files: {{collection_files}}"),
108
  ("placeholder", "{messages}"),
109
  ])