From 7bf1a953efe69aba4a6d1f4cc9af234f0f1fb7f9 Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Thu, 23 Feb 2023 12:26:09 +0800 Subject: [PATCH] Update webapp.py --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,