Spaces:
Running
Running
Update app.py
Browse files
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 with two decimal places if relevant. Unless it is specifically requested, return only the final numeric result, as a plain number with no currency symbol, no commas, and no additional text. For example, write
|
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. Unless it is specifically requested, return only the final numeric result, as a plain number with no currency symbol, no commas, and no additional text. For example, write '89706.00', not '$89,706.00'. Do not explain."
|
162 |
)
|
163 |
risposta = self._ask_gpt4o(prompt)
|
164 |
|