Chat GPT API Not making articles that are very long, any tips?

If you try "continue" it will make longer articles.
 
Soon all this around length is over. They are in the works of increasing tokens up to 32k per query.
 
You can count the number of words and use a while num_words < required_words, then you feed the existing article + the string "continue." to the LLM.
 
You should use more complex prompts + GPT 4.
Like - Write an {X} word article, based on ''{keyword}'', and by using this ''{information}'', for context.
Where {information} would be for example related Google snippets, from the {keyword} SERP results.
 
For those who are lazy (you know who you are ;) ) and want to know how the extension works without actually going to my post, here is what they say in the chrome webstore:

JumboGPT - Bulk Prompts for ChatGPT

Chrome extension: https://chrome.google.com/webstore/detail/jumbogpt-bulk-prompts-for/bpmijhpgiddbdkhcpnlnemijhfpjjibh

Overview

Run thousands of prompts through ChatGPT and export answers as CSV or Excel.

Meet JumboGPT, your productivity sidekick for ChatGPT. Bid farewell to manual, one-at-a-time prompts and step into the world of bulk prompts with this Chrome extension.

Bulk Generation Made Easy

Copy & Paste: Have a list of prompts? Simply copy, paste, and let JumboGPT handle the rest.

CSV Import: Got more complex, multi-line prompts? Use the CSV import and never miss a beat.

Effortless Execution

One click. That's all it takes. With a single push of a button, shoot all your prompts to ChatGPT. Watch as responses roll in real-time, fully formed, without the need to babysit every single one.

Auto-Completion Magic

Worried about lengthy responses getting cut off? JumboGPT's got your back. It will ensure full and comprehensive replies, no matter the length.

Export Options

Once the magic unfolds, harness your results with a simple export. Whether you're a CSV aficionado or an Excel enthusiast, JumboGPT ensures your data is ready for deep dives and analyses.

✨ Why JumboGPT?

Time Saver: Process hundreds of prompts in a fraction of the time.

Efficiency: Get consistent, high-quality responses without manual intervention.

User-Friendly: Designed with simplicity and functionality at its core.

Features:

Bulk Prompting: Easily paste up to thousands of prompts at once. One line, one prompt. Hassle-free.

CSV Import: Import multi-line prompts effortlessly with our CSV integration. Simple, yet powerful.

One-Click Magic: Shoot your prompts to ChatGPT with a single click and get lightning-fast responses in real time.

Auto-Complete: Got a lengthy response? Don't sweat! JumboGPT ensures full and comprehensive replies, no matter the length.

Export Made Easy: Once done, export your results to CSV or Excel. Perfect for those who crave organized analysis.

✨ Benefits:

Save time and boost productivity.

Analyze and review responses in your preferred format.

Enhance your ChatGPT experience, making it more flexible and efficient.
 
Back
Top