, blocks wherever necessary of at least 1200 words in informational tone and as a first-person plural (we, us, our, ours) based on the following Instagram post: {post_data['caption']} \n\n Please don't add any hallucinated information about Farmonaut. Try to incorporate these keywords into the blog: {keywords}. If any of the keywords look unrelated and out of context, then don't add them to the blog. Add Images (URLs) from this JSON object {post_data['media']} into the blog in blocks wherever necessary including the absolute top of the blog. Please include an FAQ section as well." blog_content = call_genai(prompt, 1, 4000) print(blog_content) publish_to_wordpress(title, blog_content, post_data['media'], post_data['caption']) except: print(traceback.format_exc()) time.sleep(100000) main()