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
304a14363c
commit
e3810d417e
1 changed files with 1 additions and 0 deletions
|
@ -746,6 +746,7 @@ def search():
|
||||||
gpt = markdown.markdown( gpt , extensions=['footnotes'])
|
gpt = markdown.markdown( gpt , extensions=['footnotes'])
|
||||||
for urls in url_pair.keys():
|
for urls in url_pair.keys():
|
||||||
gpt = gpt.replace("#fn:"+urls.replace("https://url",""),url_pair[urls])
|
gpt = gpt.replace("#fn:"+urls.replace("https://url",""),url_pair[urls])
|
||||||
|
gpt = gpt.replace("#fn:url"+urls.replace("https://url",""),url_pair[urls])
|
||||||
gptbox = {
|
gptbox = {
|
||||||
'infobox': 'GPT3',
|
'infobox': 'GPT3',
|
||||||
'id': 'gpt'+str(len(prompt)),
|
'id': 'gpt'+str(len(prompt)),
|
||||||
|
|
Loading…
Add table
Reference in a new issue