mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
更新 webapp.py
This commit is contained in:
parent
c6ed18565b
commit
a450f76916
1 changed files with 2 additions and 2 deletions
|
@ -706,7 +706,7 @@ def search():
|
|||
gpt_data = {
|
||||
"prompt": prompt,
|
||||
"max_tokens": 256,
|
||||
"temperature": 0.7,
|
||||
"temperature": 0.2,
|
||||
"top_p": 1,
|
||||
"frequency_penalty": 0,
|
||||
"presence_penalty": 0,
|
||||
|
@ -889,7 +889,7 @@ function send_chat()
|
|||
"temperature": 0.5,
|
||||
"top_p": 1,
|
||||
"frequency_penalty": 0,
|
||||
"presence_penalty": 0,
|
||||
"presence_penalty": 1,
|
||||
"best_of": 1,
|
||||
"echo": false,
|
||||
"logprobs": 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue