Update gaia_agent.py
Browse files- 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")
|