ffreemt commited on
Commit
fa1b525
·
1 Parent(s): b322b9c

Update SEARXNG_URL

Browse files
Files changed (1) hide show
  1. basic_agent.py +1 -1
basic_agent.py CHANGED
@@ -183,7 +183,7 @@ def main():
183
  "mcp-searxng"
184
  ],
185
  "env": {
186
- "SEARXNG_URL": "https://searx.dattw.eu.org"
187
  }
188
  }
189
  )
 
183
  "mcp-searxng"
184
  ],
185
  "env": {
186
+ "SEARXNG_URL": os.getenv("SEARXNG_URL", "https://searx.be")
187
  }
188
  }
189
  )