Try Audio to Blog

This commit is contained in:
AjaySi
2024-04-08 17:15:49 +05:30
parent 23b3c7f6e0
commit 54c51e5177
9 changed files with 171 additions and 364 deletions

View File

@@ -13,7 +13,7 @@ logger.add(sys.stdout,
)
def blog_metadata(blog_content, search_keywords, blog_titles):
def blog_metadata(blog_content, search_keywords=None, blog_titles=None):
""" Common function to get blog metadata """
blog_title = generate_blog_title(blog_content, search_keywords, blog_titles)
blog_meta_desc = generate_blog_description(blog_content)