dispatchrun / dispatch-py

Python package to develop applications with Dispatch.
https://pypi.org/project/dispatch-py/
Apache License 2.0
54 stars 3 forks source link

OpenAI integration #133

Closed chriso closed 6 months ago

chriso commented 6 months ago

This PR adds an integration for the OpenAI SDK. If exceptions such as openai.APIStatusError are raised, the error will be categorized correctly so that temporary errors are automatically retried.