Mustafa-albakkar commited on
Commit
17e0f28
·
verified ·
1 Parent(s): f37b453

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ def create_agent_executor(llm, tools: List[Tool], tracer: Optional[Any] = None)
305
  return executor
306
 
307
  # -------------------- GAIA Runner --------------------
308
- class GaiaRunner
309
 
310
  def __init__(self, agent_executor: AgentExecutor, username: str = "unknown"):
311
  self.agent = agent_executor
 
305
  return executor
306
 
307
  # -------------------- GAIA Runner --------------------
308
+ class GaiaRunner:
309
 
310
  def __init__(self, agent_executor: AgentExecutor, username: str = "unknown"):
311
  self.agent = agent_executor