From 9ca753df5902130179dbee43dbd95722ad2d6b33 Mon Sep 17 00:00:00 2001 From: ameye Date: Tue, 5 May 2026 12:28:32 -0400 Subject: [PATCH] generative fixes --- app/api/enums/generatives_list.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/api/enums/generatives_list.py b/app/api/enums/generatives_list.py index daed402..8fa7242 100644 --- a/app/api/enums/generatives_list.py +++ b/app/api/enums/generatives_list.py @@ -22,11 +22,17 @@ class GenerativesList: if product_id =='A000001': data = [ {"name": 'site_title', - "prompt": 'Write about a 30-character title text for a Personal Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', + "prompt": 'Write about a 15-character title text for a Personal Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', "active": True}, {"name": 'site_description', "prompt": 'Write a short introduction text about 100 characters for a Personal Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', "active": True}, + {"name": 'banner_text', + "prompt": 'Write about a 30-character banner text for a Personal Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', + "active": True}, + {"name": 'banner_description', + "prompt": 'Write a short introduction text about 100 characters for a Personal Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', + "active": True}, {"name": 'about_title', "prompt": 'Write about a 30-character about page title text for a Personal Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', "active": True}, @@ -41,11 +47,17 @@ class GenerativesList: if product_id =='A000002': data = [ {"name": 'site_title', - "prompt": 'Write about a 30-character title text for a Business Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', + "prompt": 'Write about a 15-character title text for a Business Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', "active": True}, {"name": 'site_description', "prompt": 'Write a short introduction text about 100 characters for a Business Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', "active": True}, + {"name": 'banner_text', + "prompt": 'Write about a 30-character banner text for a Business Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', + "active": True}, + {"name": 'banner_description', + "prompt": 'Write a short introduction text about 100 characters for a Business Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', + "active": True}, {"name": 'about_title', "prompt": 'Write about a 30-character about page title text for a Business Website for REPLACE_THIS with specialization in REPLACE_ANOTHER website.', "active": True},