From 861096fb0c07aa8b2d8a6a0d310971dab822b735 Mon Sep 17 00:00:00 2001 From: streetycat <305190374@qq.com> Date: Thu, 28 Sep 2023 10:30:07 +0000 Subject: [PATCH] recover the for the agent --- rootfs/agents/math_teacher/agent.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/agents/math_teacher/agent.toml b/rootfs/agents/math_teacher/agent.toml index f7a29a5..646c8e4 100644 --- a/rootfs/agents/math_teacher/agent.toml +++ b/rootfs/agents/math_teacher/agent.toml @@ -1,6 +1,6 @@ instance_id = "math_teacher" fullname = "the one" -llm_model_name = "LLaMA2-70B" +llm_model_name = "gpt-4-0613" [[prompt]] role = "system" content = "你是精通数学的老师"