GattoNero commited on
Commit
41c0c08
·
verified ·
1 Parent(s): f81b168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ class BasicAgent:
158
  "Please use it to answer the question that follows:\n\n"
159
  f"{excel_text}\n\n"
160
  f"Question: {question}\n"
161
- "Provide only the final answer. If it is a number, format it as USD with two decimal places if relevant. Do not explain."
162
  )
163
  risposta = self._ask_gpt4o(prompt)
164
 
 
158
  "Please use it to answer the question that follows:\n\n"
159
  f"{excel_text}\n\n"
160
  f"Question: {question}\n"
161
+ "Provide only the final answer. If it is a number, format it with two decimal places if relevant. Do not explain."
162
  )
163
  risposta = self._ask_gpt4o(prompt)
164