cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoPrompt Engineerlemmy.mlimagemessage-square29fedilinkarrow-up1685cross-posted to: [email protected]
arrow-up1685imagePrompt Engineerlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square29fedilinkcross-posted to: [email protected]
minus-squaretowerful@programming.devlinkfedilinkarrow-up45·1 month 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