airtai / faststream-gen

The faststream-gen library uses advanced AI to generate FastStream code from user descriptions, speeding up FastStream app development.
https://faststream-gen.airt.ai
Apache License 2.0
40 stars 6 forks source link

Handle timeout OpenAI exception #5

Closed harishmohanraj closed 1 year ago

harishmohanraj commented 1 year ago

https://community.openai.com/t/frequent-api-timeout-errors-recently/106903

rjambrecic commented 1 year ago

isn't this solved with: @_retry_with_exponential_backoff() ?