story illustrator and story video generator, AI web researcher fixes

This commit is contained in:
ajaysi
2025-05-02 23:09:43 +05:30
parent cda275f1cc
commit 19ff21a8a1
13 changed files with 2625 additions and 186 deletions

View File

@@ -39,14 +39,6 @@ from .blog_ai_research_utils import (
do_tavily_ai_search
)
# REMOVED CIRCULAR IMPORTS
# Import content and image generation functions from the generator utils module
# from .ai_blog_generator_utils import (
# generate_blog_content,
# generate_blog_metadata,
# generate_blog_image,
# regenerate_blog_image
# )
def save_blog_content(blog_markdown_str, blog_title, blog_meta_desc, blog_tags, blog_categories, generated_image_filepath, status, blog_hashtags=None, blog_slug=None):
"""