From 71c09de020686d64111f87a781c20334c827c513 Mon Sep 17 00:00:00 2001 From: "panxuchen.pxc" Date: Fri, 20 Sep 2024 16:24:12 +0800 Subject: [PATCH] update test --- tests/minimal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/minimal.py b/tests/minimal.py index ac56407a7..affad7cb7 100644 --- a/tests/minimal.py +++ b/tests/minimal.py @@ -44,7 +44,7 @@ model_config_name="qwen", ) -b = DialogAgent( +c = DialogAgent( name="C", sys_prompt="You are a helpful assistant.", model_config_name="gpt-4",