Support Azure OpenAI LLM
Description
This PR, built on top of PR #1574 , introduces a dedicated integration with Azure OpenAI LLM. It fixes issues encountered when using Azure OpenAI LLMs via LiteLLM configs and ensures seamless integration.
Fixes #1580
Type of change
Please delete options that are not relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [x] Documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please delete options that are not relevant.
- [x] Unit Test
- [ ] Test Script (please provide)
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged and published in downstream modules
- [x] I have checked my code and corrected any misspellings
Maintainer Checklist
- [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
- [ ] Made sure Checks passed
Hi @deshraj @taranjeet @Dev-Khant I wanted to kindly request a review for this PR when you have a moment.
Hey @kmitul, Will review this PR soon.
@Dev-Khant Thanks for the review. Fixed the title in docs.
@kmitul Looks good, thanks for working on this.