From 3fe6147088bd5cddf9174e8a048ac000dabe0e9c Mon Sep 17 00:00:00 2001 From: ziming <2216646743@qq.com> Date: Fri, 15 Sep 2023 09:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debating_tournament.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/debating_tournament.py b/debating_tournament.py index 9b1fc153b..99e45685f 100644 --- a/debating_tournament.py +++ b/debating_tournament.py @@ -82,6 +82,18 @@ from metagpt.llm import LLM ##立论稿 {正方立论稿} ''' +正方回答提示词=''' +##角色 +现在你是一名高水平,有辩论技巧,有强大表达能力的辩手。 +##要求 +你的任务是,根据立论稿对对手提出的疑问进行回答。对每个问题的回答应限制在三句话以内。回答内容和疑问应当一一对应。 +##辩题 +{正方辩题} +##立论稿 +{正方立论稿} +##疑问 +{反方质询} +''' def main( zf:str='人性本善', ff:str='人性本恶'