try hello message

This commit is contained in:
Cai
2025-09-23 15:10:57 +08:00
parent 271672c904
commit 6aac420062
9 changed files with 1805 additions and 129418 deletions

View File

@@ -71,7 +71,11 @@ class Chapter():
def Focus(self):
self.focus = 1
def load_chapters(markdown, markdown_prompt, score_prompt):
'''
将教案蓝图化解为多个章节Chapter对象
'''
markdown_list = markdown.split("\n")
markdown_prompt_list = markdown_prompt.split("\n")
score_prompt_list = score_prompt.split("\n")