feat(product-suite): add prompt template settings
This commit is contained in:
@@ -265,6 +265,10 @@ def image_studio_prompts_dir(config=None) -> str:
|
||||
return data_path("prompts", "image_studio", config=config)
|
||||
|
||||
|
||||
def product_suite_prompt_path(config=None) -> str:
|
||||
return data_path("prompts", "product_suite", "base.txt", config=config)
|
||||
|
||||
|
||||
def diagnostic_log_dir(config=None) -> str:
|
||||
return data_path("logs", config=config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user