generative fixes
This commit is contained in:
@@ -33,6 +33,9 @@ class GenerativesList:
|
|||||||
{"name": 'about_description',
|
{"name": 'about_description',
|
||||||
"prompt": 'Write three paragraphs about a REPLACE_THIS for a Personal Website with specialization in REPLACE_ANOTHER website.',
|
"prompt": 'Write three paragraphs about a REPLACE_THIS for a Personal Website with specialization in REPLACE_ANOTHER website.',
|
||||||
"active": True},
|
"active": True},
|
||||||
|
{"name": 'footer_description',
|
||||||
|
"prompt": 'Write a footer text about about 30 characters for a REPLACE_THIS for a Personal Website with specialization in REPLACE_ANOTHER website.',
|
||||||
|
"active": True},
|
||||||
]
|
]
|
||||||
|
|
||||||
if product_id =='A000002':
|
if product_id =='A000002':
|
||||||
@@ -49,6 +52,9 @@ class GenerativesList:
|
|||||||
{"name": 'about_description',
|
{"name": 'about_description',
|
||||||
"prompt": 'Write three paragraphs about a REPLACE_THIS for a Business Website with specialization in REPLACE_ANOTHER website.',
|
"prompt": 'Write three paragraphs about a REPLACE_THIS for a Business Website with specialization in REPLACE_ANOTHER website.',
|
||||||
"active": True},
|
"active": True},
|
||||||
|
{"name": 'footer_description',
|
||||||
|
"prompt": 'Write a footer text about about 30 characters for a REPLACE_THIS for a Business Website with specialization in REPLACE_ANOTHER website.',
|
||||||
|
"active": True},
|
||||||
]
|
]
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user