This commit is contained in:
2026-03-12 15:04:03 +08:00
parent cf46f77224
commit c8aef9319b
5 changed files with 290 additions and 1923 deletions

10
config/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
from .llm_config import get_llm_config, PM_PROMPT, QA_PROMPT, DEV_PROMPT, ORCH_PROMPT
__all__ = [
"get_llm_config",
"PM_PROMPT",
"QA_PROMPT",
"DEV_PROMPT",
"ORCH_PROMPT",
]