diff --git a/db/prompt_store.py b/db/prompt_store.py index 20eef03..f943ad5 100644 --- a/db/prompt_store.py +++ b/db/prompt_store.py @@ -47,9 +47,9 @@ def initialize_prompt_store(db: TinyDB) -> None: id=0, name="default", description="默认提示词模板", - content="""项目名为:{ project_name } + content="""项目名为:{project_name} 请依据以下该项目官方文档的部分内容,创造合适的对话数据集用于微调一个了解该项目的小模型的语料,要求兼顾文档中间尽可能多的信息点,使用中文 -文档节选:{ content }""").model_dump()) +文档节选:{content}""").model_dump()) # 如果数据库中已有数据,则跳过插入