datdevsteve commited on
Commit
e892ea1
·
verified ·
1 Parent(s): e4a1fe9

Update gaia_agent.py

Browse files
Files changed (1) hide show
  1. gaia_agent.py +1 -1
gaia_agent.py CHANGED
@@ -8,7 +8,7 @@ from ddgs import DDGS
8
  from bs4 import BeautifulSoup
9
 
10
  # Load environment variables
11
- load_dotenv()
12
 
13
  # --- Agent Setup ---
14
  openai_key = os.getenv("OPENAI_API_KEY")
 
8
  from bs4 import BeautifulSoup
9
 
10
  # Load environment variables
11
+ #load_dotenv()
12
 
13
  # --- Agent Setup ---
14
  openai_key = os.getenv("OPENAI_API_KEY")