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
abb0aac42e
commit
ab49ce600e
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ function send_webchat(elem)
|
|||
.then(data => {
|
||||
prompt = JSON.parse(atob( (/<div id="prompt" style="display:none">(.*?)<\/div>/).exec(data.infoboxes[0].content)[1] ) )
|
||||
|
||||
prompt.data.prompt = knowledge
|
||||
prompt.data.prompt = ""
|
||||
prompt.data.presence_penalty=1
|
||||
prompt.data.temperature= 0.9
|
||||
for (tmp_prompt in prompt.raws)
|
||||
|
|
Loading…
Add table
Reference in a new issue