diff --git a/searx/webapp.py b/searx/webapp.py index ce1cbdec7..7d13c9c1c 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -799,7 +799,7 @@ def search(): "stream": False } gpt = json.dumps({'data':gpt_data, 'url_pair':url_pair}) - gpt = '
' + gpt + '
' + gpt = '
' '' # gpt_response = requests.post(gpt_url, headers=gpt_headers, data=json.dumps(gpt_data)) # gpt_json = gpt_response.json() # if 'choices' in gpt_json: