long-form, AI social, copywriter, prompt config

This commit is contained in:
ajaysi
2024-05-19 14:03:16 +05:30
parent 2499852452
commit b431bfcbd8
6 changed files with 197 additions and 117 deletions

View File

@@ -103,13 +103,13 @@ def blog_from_keyword():
try:
write_blog_from_keywords(content_keywords)
except Exception as err:
print(f"🚫 Failed to write blog on {blog_keywords}, Error: {err}\n")
print(f"🚫 Failed to write blog on {content_keywords}, Error: {err}\n")
exit(1)
elif choice == "long":
try:
long_form_generator(content_keywords)
except Exception as err:
print(f"🚫 Failed to write blog on {blog_keywords}, Error: {err}\n")
print(f"🚫 Failed to write blog on {content_keywords}, Error: {err}\n")
exit(1)
elif choice == "Experimental":
try: