Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ class BasicAgent:
|
|
| 147 |
return self.youtube_captions(input_data)
|
| 148 |
|
| 149 |
|
| 150 |
-
|
| 151 |
memory = ""
|
| 152 |
for step in range(5):
|
| 153 |
prompt = f"""You are a precise GAIA solver.
|
|
|
|
| 147 |
return self.youtube_captions(input_data)
|
| 148 |
|
| 149 |
|
| 150 |
+
def agent_loop(self, question, file_url):
|
| 151 |
memory = ""
|
| 152 |
for step in range(5):
|
| 153 |
prompt = f"""You are a precise GAIA solver.
|