Shreyas094 commited on
Commit
608a8e9
1 Parent(s): 6775be9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ class ChatBot:
267
  self.score_threshold = 0.8
268
  self.temperature = 0.1
269
  self.history = []
270
- self.base_url = "http://localhost:8888"
271
  self.headers = {
272
  "X-Searx-API-Key": "f9f07f93b37b8483aadb5ba717f556f3a4ac507b281b4ca01e6c6288aa3e3ae5"
273
  }
 
267
  self.score_threshold = 0.8
268
  self.temperature = 0.1
269
  self.history = []
270
+ self.base_url = "https://shreyas094-searxng-local.hf.space/search"
271
  self.headers = {
272
  "X-Searx-API-Key": "f9f07f93b37b8483aadb5ba717f556f3a4ac507b281b4ca01e6c6288aa3e3ae5"
273
  }