mem0 icon indicating copy to clipboard operation
mem0 copied to clipboard

Support Azure OpenAI LLM

Open kmitul opened this issue 1 year ago • 3 comments

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

kmitul avatar Jul 25 '24 06:07 kmitul

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 26 '24 02:07 CLAassistant

Hi @deshraj @taranjeet @Dev-Khant I wanted to kindly request a review for this PR when you have a moment.

kmitul avatar Jul 30 '24 00:07 kmitul

Hey @kmitul, Will review this PR soon.

Dev-Khant avatar Jul 30 '24 07:07 Dev-Khant

@Dev-Khant Thanks for the review. Fixed the title in docs.

kmitul avatar Aug 03 '24 13:08 kmitul

@kmitul Looks good, thanks for working on this.

Dev-Khant avatar Aug 03 '24 15:08 Dev-Khant