cm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agoPrompt Engineerlemmy.mlimagemessage-square12linkfedilinkarrow-up1665arrow-down16cross-posted to: programmerhumor@lemmy.ml
arrow-up1659arrow-down1imagePrompt Engineerlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square12linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaretowerful@programming.devlinkfedilinkarrow-up43·4 months agolet data = null do { const response = await openai.prompt(prompt) if (response.error !== null) continue; try { data = JSON.parse(response.text) } catch { data = null // just in case } } while (data === null) return data Meh, not my money
Meh, not my money