diff --git a/searx/webapp.py b/searx/webapp.py index 7fe113b9c..e9cdc76b5 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1786,7 +1786,7 @@ function send_modalchat(elem) "temperature": 0.9, "top_p": 1, "frequency_penalty": 0, - "presence_penalty": 1, + "presence_penalty": 0, "best_of": 1, "echo": false, "logprobs": 0, diff --git a/searx/webapp1.py b/searx/webapp1.py index 7fe113b9c..e9cdc76b5 100644 --- a/searx/webapp1.py +++ b/searx/webapp1.py @@ -1786,7 +1786,7 @@ function send_modalchat(elem) "temperature": 0.9, "top_p": 1, "frequency_penalty": 0, - "presence_penalty": 1, + "presence_penalty": 0, "best_of": 1, "echo": false, "logprobs": 0,