From 94bf7739a022380051db208afc8b6ea97ae3156a Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Tue, 30 Jan 2024 21:45:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=BB=98=E8=AE=A4=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E5=93=8D=E5=BA=94?= 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 2c1d0e99..6808bb8a 100644 --- a/config-template.py +++ b/config-template.py @@ -268,7 +268,7 @@ image_api_params = { # 跟踪函数调用 # 为True时,在每次GPT进行Function Calling时都会输出发送一条回复给用户 # 同时,一次提问内所有的Function Calling和普通回复消息都会单独发送给用户 -trace_function_calls = False +trace_function_calls = True # 群内回复消息时是否引用原消息 quote_origin = False