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
36a208fd04
commit
7bf1a953ef
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ def search():
|
||||||
gpt_data = {
|
gpt_data = {
|
||||||
"prompt": prompt,
|
"prompt": prompt,
|
||||||
"max_tokens": 256,
|
"max_tokens": 256,
|
||||||
"temperature": 0.2,
|
"temperature": 0.9,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"frequency_penalty": 0,
|
"frequency_penalty": 0,
|
||||||
"presence_penalty": 0,
|
"presence_penalty": 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue