From 5412582763d3b37db7ba47ae63c89f5269c27dae Mon Sep 17 00:00:00 2001 From: ameye Date: Tue, 5 May 2026 12:13:15 -0400 Subject: [PATCH] generative fixes --- app/api/enums/generatives_list.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/api/enums/generatives_list.py b/app/api/enums/generatives_list.py index 8f3b37e..daed402 100644 --- a/app/api/enums/generatives_list.py +++ b/app/api/enums/generatives_list.py @@ -33,6 +33,9 @@ class GenerativesList: {"name": 'about_description', "prompt": 'Write three paragraphs about a REPLACE_THIS for a Personal Website with specialization in REPLACE_ANOTHER website.', "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': @@ -49,6 +52,9 @@ class GenerativesList: {"name": 'about_description', "prompt": 'Write three paragraphs about a REPLACE_THIS for a Business Website with specialization in REPLACE_ANOTHER website.', "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