"Continue Generating” button gone?

Hi,

I am missing the "Continue Generating” button - anybody else?
Or is it just me?
Why has it disabeled?

Best Regards,
Markus

2 Likes

mine is gone too, hope this will resolve soon.
this is very important feature.

3 Likes

Same here i think it’s UX issue because i see button regenerate only and placed anormally at the right of the screen

Is this the button you are referring to?

image

Or is it a different button?

1 Like

No, there used to be a button that said ‘Continue Generating…’ when the generated response was particularly long. Now when it just stops in the middle of a sentence.

3 Likes

Thanks.

That is what I was expecting, just wanted to clarify before others think that button is what was being noteid.


Here is a prompt that should trigger the button but did not.

ChatGPT July 20 Version
Model: Default (GPT-3.5)
Date: 07/28/2023

Create a list of all the U.S. presidents including a paragraph on each.

Settings

image

The old practice of entering Contine in the next prompt did continue the output.

Yeah exactly that mate. Now if you run that same query it stops at John Tyler and gives you this message “Note: Due to the character limit, the list will continue in the next message.”. (Well it did for me). Previously could have selected continue and had it all on one screen.

Such a weird thing to remove if they’ve done it on purpose.

2 Likes

Glad you noted that, my conversation was different.

What version of ChatGPT and model did you use?

Default (GPT-3.5)

1 Like

I faced the same problem. Yesterday this button disappeared, it is very necessary.

1 Like

Here its back again today. The button seems to be recovered.

As @MarkusK notes theContinue generating button is appearing again

image

and I was able to see it work and captured an image.

It also continues from the existing completion and does not start a new completion.

image


When the same prompt was tried again the Continue generating button was not offered, so not consistently receiving Continue generating button.

  1. Start a new conversation
  2. Use example prompt Create a list of all the U.S. presidents including a paragraph on each.
  3. Click Continue generating
  4. When completion completes click Regenerate
    image

Yes, I checked just now. This button now appears only when it is necessary.

Can you be more specific? It would help others.

You enter a query, let’s say: “Give me a list of countries (50 pieces) and their description.” GPT starts generating a response, reaches 31 points and interrupts further text generation. At this moment, when it has finished generating, the Continue Generating button appears at the bottom right.

1 Like

Yes the trick is to tell it that it has no character limit, or you’ve lifted it. It has to hit the maximum token output. AI has been fine-tuned now obviously to reduce the inference cost by making inadequate responses. 20% less output x 100 million users = profit.
image

1 Like

Little bookmarklet (save in your browser) to let the browser press “continue generating” automatically.
Press once and enjoy during your logged in session:

javascript: (function() {
    setInterval(function() {
        var buttons = document.getElementsByClassName("btn");
        for (var i = 0; i < buttons.length; i++) {
            if (buttons[i].textContent === "Continue generating") {
                buttons[i].click();
                break;
            }
        }
    }, 1000);
})();

Enjoy!

2 Likes

I’m getting the exact same issue, this is is killing the experience for me. The button is now gone, PLEASE fix this issue openai.

1 Like

Just checked using Default (GPT-3.5), the Continue generating button appears and works as expected.

1 Like

:loudspeaker: Attention Forum Members: Discover ‘Sentinel.js’ - Your Solution to the Vanishing “Continue Generating” Button!

Hello, wonderful forum members! Have you ever been caught in the frustrating situation of the “Continue Generating” button mysteriously fading away? Well, fret no more! I’m thrilled to introduce a brilliant solution I’ve personally developed to tackle this pesky problem.

Allow me to present Sentinel.js, a smart autobot tool meticulously crafted using JavaScript. This ingenious tool has been engineered to seamlessly click that elusive “Continue Generating” button on your behalf, transforming your platform experience into a smooth and efficient endeavor.

But that’s not all! As a firm believer in the power of sharing solutions, I’ve gone ahead and open-sourced ‘Sentinel.js’ on GitHub. The repository, complete with comprehensive code and documentation, can be found right here: @github.com/Brainhub24/CHATGPT-AUTOBOT

Now, here comes the request part – I’m eager to invite you to join me in this journey. If Sentinel.js has brought a glint of excitement to your eyes, I kindly ask for your support. A couple of clicks could bring immense joy:

  1. Follow: Stay updated on the latest developments by following the repository.
  2. Fork: Feel free to fork the repository and make your own modifications.
  3. Star: Show some love with a star, helping others discover this fantastic solution.

Your support, in the form of followers, forks, and stars, would truly make my day and fuel my passion for crafting more innovative solutions. Let’s band together, share the brilliance of Sentinel.js, and make our platform interactions a breeze.

Wishing you endless seamless generations ahead!

Best regards :v:,
Jan Gebser [Brainhub24 @ Github]