by FrenchDevRemote on 12/11/23, 4:32 PM with 9 comments
for example it will output things like:
User input example:Give me an object with 50 keys corresponding to X
GPT output:
{
output1: "example 1",
output2: "example 2",
output3: "example 3",
//etc....do the same as I did above for the 47 others keys you asked for
}I've tried a lot of different prompts/custom instructions to try to force him to finish long tasks, but it will either do the same BS after a while, or crash.
I think OpenAI is pushing hard to make the ChatGPT outputs as small and cheap as possible(either by finetuning or prompting), that would be acceptable if it was still a free product, but I'm paying for Plus, so this is infuriating.
Do you have any methods to force him to complete tasks without skipping anything?
Thanks
by gogurt2000 on 12/11/23, 9:30 PM
Some redditors have reported success in getting it to finish a job with replies like these, but ymmv: No, I'd like you to do what I asked. I’m not sure how to continue from there, can you finish the rest? this is very important for my career
I love the irony here. The sales pitch was that AI is so incredible that it would do our work with minimal effort on our part. No more coding! Just have a conversation with it about what you want done! But it turns out we have to try to trick or coerce it into doing work. Not because the underlying AI is self aware and lazy, but because the guide rails built to keep it from doing things it shouldn't are written in natural language and don't succinctly distinguish between wanted and unwanted behavior.
by poobear22 on 12/13/23, 7:22 PM
by verdverm on 12/11/23, 4:38 PM
fwiw, the following prompt works with bard
"Give me a JSON object with 50 keys and values"
"Give me a JSON object with 50 keys and string values"
by beardyw on 12/11/23, 5:44 PM