Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,10 @@ class BasicAgent:
|
|
| 59 |
""") # Assuming run() returns the answer
|
| 60 |
return str(answer) # Ensure it's a string
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
#fixed_answer = agent
|
| 63 |
|
| 64 |
# url = "https://api.fireworks.ai/inference/v1/chat/completions"
|
|
|
|
| 59 |
""") # Assuming run() returns the answer
|
| 60 |
return str(answer) # Ensure it's a string
|
| 61 |
|
| 62 |
+
print("="*30)
|
| 63 |
+
print(answer)
|
| 64 |
+
print("="*30)
|
| 65 |
+
|
| 66 |
#fixed_answer = agent
|
| 67 |
|
| 68 |
# url = "https://api.fireworks.ai/inference/v1/chat/completions"
|