generative fixes

This commit is contained in:
2026-05-05 12:28:32 -04:00
parent 5412582763
commit 9ca753df59
+14 -2
View File
@@ -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},