#Get Longer output
50 messages · Page 1 of 1 (latest)
Cool
Sometimes continues work or you can say finish from previous entry
sometimes it will stop while writing code. If you ask it to continue it might write in plain text. In that case, you can ask it to continue within a code block. You might also want to tell it to start back from a specific word in the code.
occasionally for me, saying continue or or finish previous response make it start over what it was saying. in that case, copy/pasting the last couple lines and then submitting that works really well.
I've used finish the rest and it continues
Sadly this isn't working anymore
why is this getting posted here? many of us knows continue will let chatgpt continue from it's cut off.
Mebby because apparently this doesn't seem to work for all users. I've seen previous bug reports about it and inconsistent reports about response to continue.
Can you give a more detailed account of what is happening, what you tried, and what the result was? This isn't a bug report, but it is a thread about getting longer input, so it might be appropriate for you to explain what you see and for users to attempt to reproduce your troubles, and/or suggest solutions?
Where do you know it from?
Please try to recreate this bug, where incomplete code happens.
Instead of typing continue, or anything else.
Copy the code. Then paste ALL of the provided code as your input. Send that.
Please report back if this corrects your issue or not?
For me, it still works. 🤷♂️ But now I also have the Plus version of chatGPT. Not sure anymore if I had it already on the 3rd when I started that post.
I note that you seem to be posting conversation about code, and not actual code. I wonder if that is a factor in your success
now seems have no way to get longer out put i failed all ways
Details, please? Is this code, text, other? Care to copy/paste or screenshot and share some image, so caring folks can try to assist?
you still can get longer output?i used to can get longer,but this day use continue ,finish from previous entry ,continue answer …… but all failed
continue
sometimes it makes up a different completely different thing without considering the aforementioned information it provided.
I use 'go on', the result is the same as 'continue', but with a shorter command.
paste the last few lines instead of continue
do you mean with continue or only the last few lines?
just the lines. you can also try continue from: <the lines>
if you want to put other instructions or specify future plot elements but have a certain place you want it to resume from.
||truth: this is not a prompt being engineered. its just a magic lil word that we already know, and it even gots 40+ stars.
||
Is it in the documentation from the openAI website? I wasn't able to find it. I think per se it's not obvious that this should work.
And too, we discuss here what to do when that 'magic word' or its synonyms still seems to fail, like the copy/paste option.
And it's a SUPER COMMON issue in the bug reports, and asked across the various discussions.
People wanna know. This thread absolutely has value and demand 🙂
M
guys question im trying to build a code with python but the code i want have long output. and chatgpt have character limit. when it reaching it stops. If i write continue it starting from the beginning , any idea ?
try copying the code it gave you. Paste it in as your input. I expect it will continue the code from that point.
Repeat as needed.
Continue, Any more?, Continue where you left off, Continue from: [put last line of text], continue from where you left off starting from [put a function or array etc], finish, go on, from previous response start/continue from [whatever got cut off]. If you are getting the situation where it continues but its plain text use continue from [infinity] using code block instead of plain text. I hope it helps and be mindful of the 3000 word/ 4000 token "relational information" limitation at this current moment in time.
ty
Maybe use something like this [right from the beginning]
If you are asked to continue in any way possible, then you will take the last part of your answer, or the last sentence [depending on the question asked] and will use that to continue answering that question. You will take into account all previous answers and will formulate your next answers without repeating yourself. You will always continue where you failed to finish your sentence, code or anything similar, when and if the user determines so.
Prompt between lines
continue works only to a certain extend with the token limit
The token limit is ≈4k = 3k english words
I first ask how many lines are in the full code and then ask chatGPT to output the codes between two line numbers.
Does it guess the number correctly ? I do not trust it with numbers on text. I think I remember seeing a lot of mistakes with people asking it to count characters or words.
I believe that it probably doesn't even count them, rather it predicts the amount based on the time it took to answer [not sure though]
Yes, this solution works well for me
I have directed ChatGPT to complete a 'so many page' document, and have it fill out a outline
then you go "page 2, sugcategory title" and it follows it"
I tend to ask it to divide into table of content, and then ask it to divide into smaller parts if it still to much.
Ah yea, that works too. Ive done that on a few projects to get greater detail.
yeah i have line numbers in my editor, but i dont think those match up with chatgtps idea of line numbers
My current project is turning into a mess. I think we indeed need to make larger code in a plan, like the old flowcharts, and then ask to give the code of each funtion separately, and eventually put it all together ourselves. My first code snippets were so small they could contain the whole program, and amazingly it was bugfree from the start. But anything longer or more complicated and it becomes buggy, stops mid sentence and [insert censored word that muted me for five mins lol]