From f8b95a86fe59015abba775038d2b27a0343b7cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=BB=E4=B9=90=E5=A4=9A?= <120241487+Yakult00@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:15:14 +0800 Subject: [PATCH] AiServiceClient.py --- coreApi/AiServiceClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreApi/AiServiceClient.py b/coreApi/AiServiceClient.py index f6d2f68..91604a1 100644 --- a/coreApi/AiServiceClient.py +++ b/coreApi/AiServiceClient.py @@ -44,7 +44,7 @@ def generate_article( f"根据用户提供的信息撰写一篇文章,内容流畅且符合中文语法规范," f"不得使用 Markdown 语法,字数不少于 {count} 字。" f"文章需与职位描述相关,并符合以下模板:" - f"\n\n模板:\n实习地点:xxxx\n\n工作内容:\n\nxxxxxx\n\n工作总结:\n\nxxxxxx\n\n" + f"\n\n模板:\n工作内容:\n\nxxxxxx\n\n工作总结:\n\nxxxxxx\n\n" f"遇到问题:\n\nxxxxxx\n\n自我评价:\n\nxxxxxx" )