Update agent.py
Browse files
agent.py
CHANGED
@@ -7,7 +7,7 @@ from tools import web_search, read_file
|
|
7 |
class GAIAAgent:
|
8 |
def __init__(self):
|
9 |
# Store API key directly since .env is blocked
|
10 |
-
self.xai_api_key = "xai-
|
11 |
self.serpapi_key = None # Will use fallback web search
|
12 |
# Try different possible base URLs
|
13 |
self.possible_base_urls = [
|
|
|
7 |
class GAIAAgent:
|
8 |
def __init__(self):
|
9 |
# Store API key directly since .env is blocked
|
10 |
+
self.xai_api_key = "xai-IVuwAiOhSmq3EEpET5W02zZby6zfub911FmZUqCyKIiHYHM8qRQuiFExy08r9fsa9bAGmIW0pA6dZURN"
|
11 |
self.serpapi_key = None # Will use fallback web search
|
12 |
# Try different possible base URLs
|
13 |
self.possible_base_urls = [
|