mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
c919210493
commit
a5872b613c
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ def search():
|
|||
"stream": False
|
||||
}
|
||||
gpt = json.dumps({'data':gpt_data, 'url_pair':url_pair})
|
||||
gpt = '<div id="prompt">' + gpt + '</div>'
|
||||
gpt = '<div id="chat"></div>' '<div id="prompt" style="display:none">' + gpt + '</div>'
|
||||
# gpt_response = requests.post(gpt_url, headers=gpt_headers, data=json.dumps(gpt_data))
|
||||
# gpt_json = gpt_response.json()
|
||||
# if 'choices' in gpt_json:
|
||||
|
|
Loading…
Add table
Reference in a new issue