fix
This commit is contained in:
10
config/__init__.py
Normal file
10
config/__init__.py
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user