schoolkithub commited on
Commit
314d4c8
·
verified ·
1 Parent(s): cabc2ec

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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-uRQz6XSQEDxDAaGEaNjg31svWlEVRqSzn4MI6XSdpwMX2gSp1MOJiJC8RdErdn2GwiSIpChxiim6r9xi"
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 = [