jlyons210 / discord-bot-ol-bootsie

Ol' Bootsie is a highly configurable Discord bot that interfaces with the OpenAI API, written for Node.js in Typescript.
The Unlicense
2 stars 2 forks source link

Cleanup retry logic in OpenAI classes #121

Closed jlyons210 closed 11 months ago

jlyons210 commented 12 months ago

The OpenAI library has built-in, configurable retry logic now: https://github.com/openai/openai-node#retries

jlyons210 commented 11 months ago

Duplicate of #126