You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the current implementation assumes that all models return the same error types as OpenAI, specifically RateLimitError, APIConnectionError, and Timeout. This assumption might not hold true for all models, especially when integrating with different APIs or services.
for example, ollama model:
If so, I may submit a PR to fix this.
The text was updated successfully, but these errors were encountered:
I've noticed that the current implementation assumes that all models return the same error types as OpenAI, specifically RateLimitError, APIConnectionError, and Timeout. This assumption might not hold true for all models, especially when integrating with different APIs or services.
for example, ollama model:
If so, I may submit a PR to fix this.
The text was updated successfully, but these errors were encountered: