From d6e40c58268cb8ab86c686278e1f5983948ee462 Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Mon, 27 Feb 2023 19:13:22 +0800 Subject: [PATCH] c --- searx/webapp.py | 199 ++++++++++++++++++++++++++++++++++++++++++++++- searx/webapp1.py | 199 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 392 insertions(+), 6 deletions(-) diff --git a/searx/webapp.py b/searx/webapp.py index 57efd2e7d..04ebf251f 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -845,7 +845,190 @@ def search(): "stream": True } gpt = json.dumps({'data':gpt_data, 'url_pair':url_pair, 'url_proxy':url_proxy, 'raws': raws}) - gpt = '
' + r'''