From 8cfd9e6694a077baa8ee82a8e51202d470c24c65 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 17 Dec 2023 22:48:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config-template.py b/config-template.py index 87234f2..a6e5638 100644 --- a/config-template.py +++ b/config-template.py @@ -254,6 +254,7 @@ auto_reset = True # "qwen-plus-v1", # "ERNIE-Bot", # "ERNIE-Bot-turbo", +# "gemini-pro", completion_api_params = { "model": "gpt-3.5-turbo", "temperature": 0.9, # 数值越低得到的回答越理性,取值范围[0, 1]