The entire system has been largely completed.

This commit is contained in:
戒酒的李白
2025-08-26 22:04:53 +08:00
parent 11e8c85be6
commit e5e32ff6dc
50 changed files with 855 additions and 4752 deletions
-2
View File
@@ -7,7 +7,6 @@ from .prompts import (
SYSTEM_PROMPT_TEMPLATE_SELECTION,
SYSTEM_PROMPT_HTML_GENERATION,
output_schema_template_selection,
output_schema_html_generation,
input_schema_html_generation
)
@@ -15,6 +14,5 @@ __all__ = [
"SYSTEM_PROMPT_TEMPLATE_SELECTION",
"SYSTEM_PROMPT_HTML_GENERATION",
"output_schema_template_selection",
"output_schema_html_generation",
"input_schema_html_generation"
]