fix: seed outfit factory config
This commit is contained in:
+7
-1
@@ -26,7 +26,13 @@ from services import installer # noqa: E402
|
||||
from services.file_service import get_data_dir # noqa: E402
|
||||
|
||||
APP_EXE = "CMBot.exe"
|
||||
CONFIG_FILES = ("app_config.json", "templates.json", "ai_models.json")
|
||||
CONFIG_FILES = (
|
||||
"app_config.json",
|
||||
"templates.json",
|
||||
"ai_models.json",
|
||||
"outfit_prompt.txt",
|
||||
"title_prompt.txt",
|
||||
)
|
||||
|
||||
logger = logging.getLogger("launcher")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user