Spaces:
Sleeping
Sleeping
Update BasicAgent.py
Browse files- BasicAgent.py +1 -1
BasicAgent.py
CHANGED
@@ -30,7 +30,7 @@ class newAgent:
|
|
30 |
#↓ Replace .run with whatever method actually returns the answer string.
|
31 |
return answer
|
32 |
|
33 |
-
|
34 |
|
35 |
#agent.run(
|
36 |
# "At what temperature and for how long should I bake French baguettes made with type 65 flour?",
|
|
|
30 |
#↓ Replace .run with whatever method actually returns the answer string.
|
31 |
return answer
|
32 |
|
33 |
+
newAgent.run
|
34 |
|
35 |
#agent.run(
|
36 |
# "At what temperature and for how long should I bake French baguettes made with type 65 flour?",
|