Sauten commited on
Commit
2c045dc
·
verified ·
1 Parent(s): 35c0fab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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"