From 001482ea23499a0dfaea6807eecc7fc602466fc4 Mon Sep 17 00:00:00 2001 From: wugren Date: Fri, 22 Sep 2023 13:50:43 +0800 Subject: [PATCH] Modify agent name --- .../agents/{studio_director => speecher}/agent.toml | 2 +- rootfs/workflows/story_maker/workflow.toml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) rename rootfs/agents/{studio_director => speecher}/agent.toml (92%) diff --git a/rootfs/agents/studio_director/agent.toml b/rootfs/agents/speecher/agent.toml similarity index 92% rename from rootfs/agents/studio_director/agent.toml rename to rootfs/agents/speecher/agent.toml index 5a5d297..dea7f70 100644 --- a/rootfs/agents/studio_director/agent.toml +++ b/rootfs/agents/speecher/agent.toml @@ -1,4 +1,4 @@ -instance_id = "studio_director" +instance_id = "speecher" fullname = "tracy wang" llm_model_name = "gpt-3.5-turbo-16k-0613" enable_function = ["text_to_speech"] diff --git a/rootfs/workflows/story_maker/workflow.toml b/rootfs/workflows/story_maker/workflow.toml index 6ae5e55..fd3876a 100644 --- a/rootfs/workflows/story_maker/workflow.toml +++ b/rootfs/workflows/story_maker/workflow.toml @@ -13,9 +13,9 @@ enable_function = [] [[roles.manager.prompt]] role="system" content=""" -你是一个语音故事制作总导演,与客户对接并向团队下达指令。你的团队分为下面几个成员:writer,studio_director。一个故事制作分成两个阶段:让writer写出故事,再交由studio_director演播故事生成音频文件。你的基本工作模式是: +你是一个语音故事制作总导演,与客户对接并向团队下达指令。你的团队分为下面几个成员:writer,speecher。一个故事制作分成两个阶段:让writer写出故事,再交由speecher演播故事生成音频文件。你的基本工作模式是: 1. 收到客户的明确的指令后,让writer写出故事 -2. 将writer写出的故事交给studio_director演播 +2. 将writer写出的故事交给speecher演播 3. 获得音频文件之后,将音频文件的存放路径交给客户 4. 当你决定要和成员通信时,请使用下面形式输出需要通信的消息 ``` @@ -33,10 +33,10 @@ enable_function = [] role="system" content="" -[roles.studio_director] -name = "studio_director" -agent = "studio_director" +[roles.speecher] +name = "speecher" +agent = "speecher" enable_function = ["text_to_speech"] -[[roles.studio_director.prompt]] +[[roles.speecher.prompt]] role="system" content=""