langchain/libs/langchain/langchain
Cesar Sanz 5383abfeee
Fix incorrect import path for AzureAIChatCompletionsModel (#30417)
Fixes #30416

Correct the import path for `AzureAIChatCompletionsModel` in the
`_init_chat_model_helper` function.

* Update the import statement in
`libs/langchain/langchain/chat_models/base.py` to `from
langchain_azure_ai.chat_models import AzureAIChatCompletionsModel`.

---

For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/langchain-ai/langchain/pull/30417?shareId=6ff6d5de-e3d1-4972-8d24-5e74838e9945).
2025-03-22 07:44:51 -04:00
..
_api langchain.agents: corrected documentation (#28986) 2025-01-02 12:13:42 -05:00
adapters
agents Fixed an issue with the OpenAI Assistant's 'retrieval' tool and adding support for the 'attachments' parameter (#30006) 2025-03-04 17:34:11 +00:00
callbacks langchain: Bump ruff version to 0.9 (#29211) 2025-01-22 00:26:39 +00:00
chains langchain: make numpy optional (#29182) 2025-02-26 14:35:24 +00:00
chat_loaders
chat_models Fix incorrect import path for AzureAIChatCompletionsModel (#30417) 2025-03-22 07:44:51 -04:00
docstore
document_loaders
document_transformers
embeddings langchain[patch]: support ollama in init_embeddings (#29349) 2025-01-22 14:47:12 +00:00
evaluation langchain: make numpy optional (#29182) 2025-02-26 14:35:24 +00:00
graphs
indexes langchain: added vectorstore docstring linting (#29241) 2025-01-22 03:47:43 +00:00
llms
load
memory langchain: Bump ruff version to 0.9 (#29211) 2025-01-22 00:26:39 +00:00
output_parsers langchain[patch]: Compat with pydantic 2.10 (#28307) 2024-11-23 03:21:27 +00:00
prompts
pydantic_v1
retrievers langchain: make numpy optional (#29182) 2025-02-26 14:35:24 +00:00
runnables
schema
smith langchain: Bump ruff version to 0.9 (#29211) 2025-01-22 00:26:39 +00:00
storage
tools
utilities
utils
vectorstores
__init__.py
base_language.py
cache.py
env.py
example_generator.py
formatting.py
globals.py
hub.py
input.py
model_laboratory.py Add Google-style docstring linting and update pyproject.toml (#29303) 2025-01-19 14:37:21 -05:00
py.typed
python.py
requests.py
serpapi.py
sql_database.py
text_splitter.py