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