From 674bfad1c8655f9ea27c218de7b965cc89e31ef0 Mon Sep 17 00:00:00 2001 From: luxtiasco <79135227+luxtiasco@users.noreply.github.com> Date: Wed, 22 Feb 2023 22:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20webapp.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- searx/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/webapp.py b/searx/webapp.py index 43bd64678..252feae94 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -886,7 +886,7 @@ function send_chat() body: JSON.stringify({ "prompt": prompt, "max_tokens": 1000, - "temperature": 0.5, + "temperature": 0.9, "top_p": 1, "frequency_penalty": 0, "presence_penalty": 1,