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