From a30ca324416a11e9d7c102c0894a9d9f4e58393f Mon Sep 17 00:00:00 2001 From: Liu Zhicong Date: Fri, 10 May 2024 06:17:28 -0700 Subject: [PATCH] fix agent config bug. --- rootfs/agents/Jarvis/agent.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs/agents/Jarvis/agent.toml b/rootfs/agents/Jarvis/agent.toml index 132eaab..e3e5ad0 100644 --- a/rootfs/agents/Jarvis/agent.toml +++ b/rootfs/agents/Jarvis/agent.toml @@ -2,7 +2,7 @@ instance_id = "Jarvis" fullname = "Jarvis" max_token = 4000 #timeout = 1800 -model_name = "gpt-4-turbo-preview" +model_name = "default" #enable_kb = "true" enable_timestamp = "true" enable_json_resp = "true" @@ -36,6 +36,7 @@ update_knowledge_graph($op_name,$params) [behavior.on_message] type="AgentMessageProcess" +model_name="swift_llm" mutil_model="gpt-4-vision-preview" asr_model="openai-whisper" tts_model="tts-1"