Abhaykoul commited on
Commit
95af422
1 Parent(s): 7df1f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def chat_with_ai(message):
20
 
21
  # Function to perform web search
22
  def web_search(query):
23
- url = "https://test.devastation-war.repl.co/search"
24
  payload = {"query": query}
25
  response = requests.post(url, json=payload)
26
 
 
20
 
21
  # Function to perform web search
22
  def web_search(query):
23
+ url = "https://free-ai-api.devastation-war.repl.co/search"
24
  payload = {"query": query}
25
  response = requests.post(url, json=payload)
26