FD900 commited on
Commit
f77bbd6
·
verified ·
1 Parent(s): abcc072

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import requests
3
  from typing import Dict, List
4
 
5
- from gaia_benchmark.run import run_and_submit_all
6
 
7
  class GaiaAgent:
8
  def __init__(self):
 
2
  import requests
3
  from typing import Dict, List
4
 
5
+ from run import run_and_submit_all
6
 
7
  class GaiaAgent:
8
  def __init__(self):