提示词更新
This commit is contained in:
@@ -59,11 +59,11 @@ class AIService:
|
||||
"messages": [
|
||||
{
|
||||
"role": "system",
|
||||
"content": "你是一个专业的工作任务描述润色助手。请将用户提供的工作任务描述润色得更加专业、清晰、具体。保持原意不变,但让描述更加规范和易于理解。"
|
||||
"content": "你需要将模糊、简略的指令转化为清晰、具体、可执行的任务描述。任务: 我将提供一段简略、模糊的工作任务描述。请你对其进行润色、扩充,使其达到专业工作交付的标准。输出格式:请按以下格式组织你的回复:- [一个清晰的任务]\n- [一个清晰的任务]。注意:不使用任何字体格式。"
|
||||
},
|
||||
{
|
||||
"role": "user",
|
||||
"content": f"请润色以下工作任务描述:\n\n{description}"
|
||||
"content": f"以下是工作任务的描述:\n\n{description}"
|
||||
}
|
||||
],
|
||||
"max_tokens": self.max_tokens,
|
||||
@@ -120,4 +120,4 @@ class AIService:
|
||||
ai_service = AIService()
|
||||
|
||||
if __name__=="__main__":
|
||||
ai_service.polish_description("你好,我是奶龙,我打开附件打开房间啊看回归程序。")
|
||||
print(ai_service.polish_description("调用大模型进行剪辑"))
|
||||
Reference in New Issue
Block a user