Agentic content creation, web researched

This commit is contained in:
ajaysi
2024-04-26 16:07:17 +05:30
parent 45d324a2a9
commit 20c201f4f9
8 changed files with 198 additions and 231 deletions

View File

@@ -83,7 +83,8 @@ def start_interactive_mode():
elif mode == 'AI Image to Text Writer':
image_to_text_writer()
elif mode == 'Do keyword Research':
do_web_research()
if check_search_apis():
do_web_research()
elif mode == 'Create Blog Images':
image_generator()
elif mode == 'Competitor Analysis':