Releases: Gyarbij/azure-oai-proxy
Releases · Gyarbij/azure-oai-proxy
1.0.6
What's Changed
- 1.0.5 by @Gyarbij in #23
- chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.2 by @dependabot in #25
- Sync 1.0.6-base by @Gyarbij in #26
- chore(deps): bump github.com/tidwall/gjson from 1.17.2 to 1.17.3 by @dependabot in #27
- chore(deps): bump golang from 1.22.5 to 1.22.6 by @dependabot in #28
- Base - Add Health and Update Go by @Gyarbij in #30
- 1.0.6-rc by @Gyarbij in #31
Full Changelog: 1.0.5...1.0.6
1.0.5
1.0.4
What's Changed
- Merge pull request #14 from Gyarbij/dev by @Gyarbij in #17
- 1.0.4-rc-patch-2 by @Gyarbij in #20
- Bump golang from 1.22.4 to 1.22.5 by @dependabot in #16
- Update makeDirector function to handle new endpoint structure and add logging for new parameters and convert to 'io' from deprectated 'ioutil'
- Refactor HandleToken function to improve readability and handle API key retrieval per updated Azure API
- Improved performance
Full Changelog: 1.0.3...1.0.4
1.0.3
1.0.1
What's Changed
- Added multi-platform image.
- 2024-06-23 Implemented dynamic model fetching for
/v1/models endpoint
, replacing hardcoded model list. - 2024-06-23 Unified token handling mechanism across the application, improving consistency and security.
- 2024-06-23 Added support for audio-related endpoints:
/v1/audio/speech
,/v1/audio/transcriptions
, and/v1/audio/translations
- 2024-06-23 Implemented flexible environment variable handling for configuration (AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_API_KEY, AZURE_OPENAI_TOKEN).
- 2024-06-23 Added support for model capabilities endpoint
/v1/models/:model_id/capabilities
. - 2024-06-23 Improved cross-origin resource sharing (CORS) handling with OPTIONS requests.
- 2024-06-23 Enhanced proxy functionality to better handle various Azure OpenAI API endpoints.
- 2024-06-23 Implemented fallback model mapping for unsupported models.
- 2024-06-22 Added support for image generation
/v1/images/generations
, fine-tuning operations/v1/fine_tunes
, and file management/v1/files
. - 2024-06-22 Implemented better error handling and logging for API requests.
- 2024-06-22 Improved handling of rate limiting and streaming responses.
- 2024-06-22 Updated model mappings to include the latest models (gpt-4-turbo, gpt-4-vision-preview, dall-e-3).
- 2024-06-23 Added support for deployments management (/deployments).
- Update tag.yml by @Gyarbij in #11
- 1.0.1 by @Gyarbij in #12
Full Changelog: https://github.com/Gyarbij/azure-oai-proxy/commits/1.0.1
1.0.1
What's Changed
- Update tag.yml by @Gyarbij in #11
- 1.0.1 by @Gyarbij in #12
- Added multi-platform image.
- 2024-06-23 Implemented dynamic model fetching for
/v1/models endpoint
, replacing hardcoded model list. - 2024-06-23 Unified token handling mechanism across the application, improving consistency and security.
- 2024-06-23 Added support for audio-related endpoints:
/v1/audio/speech
,/v1/audio/transcriptions
, and/v1/audio/translations
- 2024-06-23 Implemented flexible environment variable handling for configuration (AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_API_KEY, AZURE_OPENAI_TOKEN).
- 2024-06-23 Added support for model capabilities endpoint
/v1/models/:model_id/capabilities
. - 2024-06-23 Improved cross-origin resource sharing (CORS) handling with OPTIONS requests.
- 2024-06-23 Enhanced proxy functionality to better handle various Azure OpenAI API endpoints.
- 2024-06-23 Implemented fallback model mapping for unsupported models.
- 2024-06-22 Added support for image generation
/v1/images/generations
, fine-tuning operations/v1/fine_tunes
, and file management/v1/files
. - 2024-06-22 Implemented better error handling and logging for API requests.
- 2024-06-22 Improved handling of rate limiting and streaming responses.
- 2024-06-22 Updated model mappings to include the latest models (gpt-4-turbo, gpt-4-vision-preview, dall-e-3).
- 2024-06-23 Added support for deployments management (/deployments).
Full Changelog: https://github.com/Gyarbij/azure-oai-proxy/commits/1.0.1