mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
4
This commit is contained in:
parent
51ca7babf4
commit
361073b4f2
2 changed files with 2 additions and 2 deletions
|
@ -1786,7 +1786,7 @@ function send_modalchat(elem)
|
||||||
"temperature": 0.9,
|
"temperature": 0.9,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"frequency_penalty": 0,
|
"frequency_penalty": 0,
|
||||||
"presence_penalty": 1,
|
"presence_penalty": 0,
|
||||||
"best_of": 1,
|
"best_of": 1,
|
||||||
"echo": false,
|
"echo": false,
|
||||||
"logprobs": 0,
|
"logprobs": 0,
|
||||||
|
|
|
@ -1786,7 +1786,7 @@ function send_modalchat(elem)
|
||||||
"temperature": 0.9,
|
"temperature": 0.9,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"frequency_penalty": 0,
|
"frequency_penalty": 0,
|
||||||
"presence_penalty": 1,
|
"presence_penalty": 0,
|
||||||
"best_of": 1,
|
"best_of": 1,
|
||||||
"echo": false,
|
"echo": false,
|
||||||
"logprobs": 0,
|
"logprobs": 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue