From a5872b613ce58be598887f60ca011579268c762a Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Tue, 21 Feb 2023 16:36:36 +0800 Subject: [PATCH] Update webapp.py --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: