cm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agoPrompt Engineerimagemessage-square29linkfedilinkarrow-up1683arrow-down18cross-posted to: programmerhumor@lemmy.ml
arrow-up1675arrow-down1imagePrompt Engineercm0002@lemmy.world to Programmer Humor@programming.dev · 6 days agomessage-square29linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squaretowerful@programming.devlinkfedilinkarrow-up44·6 days 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