From 3d40909c02ac1f3931207936fbebd4a1d17d71f4 Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 6 Aug 2023 14:40:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8D=E5=86=8D=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=90=AF=E7=94=A8trace=5Ffunction=5Fcalls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-template.py b/config-template.py index 4e6082ec..c3e6490c 100644 --- a/config-template.py +++ b/config-template.py @@ -242,7 +242,7 @@ image_api_params = { # 跟踪函数调用 # 为True时,在每次GPT进行Function Calling时都会输出发送一条回复给用户 # 同时,一次提问内所有的Function Calling和普通回复消息都会单独发送给用户 -trace_function_calls = True +trace_function_calls = False # 群内回复消息时是否引用原消息 quote_origin = True