zhengbangbo / chat-gpt-userscript

A userscript to display ChatGPT answer alongside Search Engine or Translator
https://greasyfork.org/scripts/456077
MIT License
79 stars 14 forks source link

Continue Button #16

Open Nucs opened 1 year ago

Nucs commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes ChatGPT does not complete the answer.

Describe the solution you'd like We can request ChatGPT to continue and usually it will proceed. Just prompt "Continue" or "finish" is usually enough. Each produces a different reply. image

zhengbangbo commented 1 year ago

Sometimes the answer is truncated because of network error.

Can you provide some examples that will need to be answered further?

Nucs commented 1 year ago

Any prompt to produce a long code will emulate the need to call continue. I had no clue it is an network problem as I've encountered it a bunch of times.

Write a Bayesian Optimization that serves through a rest service using C# and ASP.NET

A prompt like this is usually doesn't reach till the end and requires 'continue' or other variations