generative fixes
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user