ChatGPT limits the amount of code output. So this script adds a continue button on ChatGPT webpage to continue getting the output code stream. Make sure a previous response having a code block is present to make it work.
< Відгуки до ChatGPT Code Completer
This is an excellent script! Thanks.To continue on some answers, I find this code modification produces better results: updateTextArea("What is the remaining part of the last answer? Please omit all lines up to: " + getPrevNodeValues());
updateTextArea("What is the remaining part of the last answer? Please omit all lines up to: " + getPrevNodeValues());
Sign in to post a reply.
This is an excellent script! Thanks.
To continue on some answers, I find this code modification produces better results:
updateTextArea("What is the remaining part of the last answer? Please omit all lines up to: " + getPrevNodeValues());