diff --git a/searx/webapp.py b/searx/webapp.py index c4555cbd9..1fc360db4 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -706,7 +706,7 @@ def search(): gpt_data = { "prompt": prompt, "max_tokens": 256, - "temperature": 0.2, + "temperature": 0.9, "top_p": 1, "frequency_penalty": 0, "presence_penalty": 0,