Back
Todo
Found myself needing to build retry logic for every LLM call.
So I deleted a lot of code from my app by building retry logic into Promptgun!
`npm install promptgun`
Just add the attemptsPerCall parameter to your setupAI call.
See www.npmjs.com/package/promptg…
#happenlist