foundationallm icon indicating copy to clipboard operation
foundationallm copied to clipboard

Introduced 'azureml' LangChain language model provider

Open codingbandit opened this issue 9 months ago • 0 comments

Introduced 'azureml' LangChain language model provider

Details on the issue fix or feature implementation

Supports AzureML LLM model endpoints that adhere to the OpenAI schema (ex. Llama-2, Phi3, Mistral, etc.)

Also updated LangChain imports to the latest version, as well as tiktoken and openai packages.

Confirm the following

  • [x] I started this PR by branching from the head of the default branch
  • [x] I have targeted the PR to merge into the default branch
  • [ ] I have included unit tests for the issue/feature
  • [x] I have included inline docs for my changes, where applicable
  • [x] I have successfully run a local build
  • [ ] I have provided the required update scripts, where applicable
  • [ ] I have updated relevant docs, where applicable

codingbandit avatar May 18 '24 15:05 codingbandit