Submitted by EntireContext t3_zasjrg in singularity
markasoftware t1_iz8gzmn wrote
Reply to comment by mjrossman in Have you updated your timelines following ChatGPT? by EntireContext
When the code abruptly ends, that's just because OpenAI put a limit on the length of the output, not because it can't generate more code.
If you ask "Can you write the second part of the code, starting from let foo = bar
", for example, it will print out the rest of the code starting at the line you mention.
mjrossman t1_iz8h35y wrote
thanks, just tried it with some ps5.js samples
Viewing a single comment thread. View all comments