I have a couple questions about creating content in ChatGPT please using TaskMagic. I did watch one of your videos on this use case but left little confused about capabilty. 1. Let's say I have a Google Doc with 100+ article topics. Then I have a series of 13 prompts whicn creates the first draft step-by-step. The content is first researched using prompts, and then the article is written in ChatGPT into sections (e.g. intro, body and conclusion). How would I be automate the process using this app to apply those 13 prompts to ChatGPT before then extracting just the completed intro, body and conclusion text into corresponsing Google Sheet cells for each of the article topics, leaving out the research output from ChatGPT from the Google sheet. 2. What happens with the TaskMagic when ChatGPT 4 reaches the output limit for the hour?

ChatGPT customer help question

For this example with ChatGPT it’s probably best you have 13 columns, prompt 1,2,3... all the way to 13 Then you can have your automation be something like

type @prompt 1 scrape type @prompt 2 scrape type @prompt 3 scrape

Then you can have a create new wordpress post action with

title: @step 2 (the scrape step after prompt 1) Description: @step 4 (the scrape step after prompt 2)

You'll need to toy with it to see how this best fits for your end goal, I dont really understand the 13 prompts piece

 

For the second part of the question, you can add logic to your automation to check for that error message you've exceeded to warn you. You should also schedule this to run at a pace that abides by the rule. If you're asking 10 questions every hour then you should be good (I think its max 40). If you're hitting that limit, slow the schedule down

 
Did this answer your question?
😞
😐
🤩