mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
- **Description:** I was testing out `init_chat` and saw that chat models can now be inferred. Azure OpenAI is currently only supported but we would like to add support for Azure AI which is a different package. This PR edits the `base.py` file to add the chat implementation. - I don't think this adds any additional dependencies - Will add a test and lint, but starting an initial draft PR. cc @santiagxf --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>