generative fixes

This commit is contained in:
2026-05-03 16:46:28 -04:00
parent da51720e2c
commit ea331cb23c
4 changed files with 51 additions and 11 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ class GenerativesList:
def get_generative_list(product_id: str):
logger.info(f"get_generative_list ****** *****: {product_id}")
data = [
{"name": 'site_title',
{"name": 'banner_text',
"prompt": 'Write about a 30-character title text for a REPLACE_THIS with specialization in REPLACE_ANOTHER website.',
"active": True},
{"name": 'site_description',
{"name": 'banner_description',
"prompt": 'Write a short introduction text about 100 characters for a REPLACE_THIS with specialization in REPLACE_ANOTHER website.',
"active": True},
{"name": 'about_title',