-
Add OpenAI compatibility support and improve resource cleanup
released this
2025-08-25 19:33:46 +00:00 | 2039 commits to main since this release- Introduced OpenAI compatibility configurations for external providers, enabling model alias routing via the OpenAI API format.
- Enhanced provider logic in
GetProviderNameto handle OpenAI aliases and added new helper functions for compatibility checks. - Updated API handlers and client initialization to support OpenAI compatibility models.
- Improved resource cleanup across clients by closing response bodies and streams using deferred functions.
Downloads