Shreyas094 commited on
Commit
5856c80
·
verified ·
1 Parent(s): acac032

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -569,7 +569,7 @@ class ChatBot:
569
  self.score_threshold = 0.8
570
  self.temperature = 0.1
571
  self.conversation_history = []
572
- self.base_url = "https://shreyas094-searxng-local.hf.space"
573
  self.headers = {
574
  "X-Searx-API-Key": "f9f07f93b37b8483aadb5ba717f556f3a4ac507b281b4ca01e6c6288aa3e3ae5"
575
  }
 
569
  self.score_threshold = 0.8
570
  self.temperature = 0.1
571
  self.conversation_history = []
572
+ self.base_url = "https://CJJ-for-HF-searXNG.hf.space"
573
  self.headers = {
574
  "X-Searx-API-Key": "f9f07f93b37b8483aadb5ba717f556f3a4ac507b281b4ca01e6c6288aa3e3ae5"
575
  }