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());
登入以回復
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());