pvanand commited on
Commit
08f31c1
·
verified ·
1 Parent(s): c6d41de

Update main.py

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