mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 08:58:48 +00:00
docs: Fix databricks doc (#25941)
https://github.com/langchain-ai/langchain/pull/25929 broke the layout because of missing `:::` for the caution clause. Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
This commit is contained in:
parent
f872c50b3f
commit
ef329f6819
@ -40,6 +40,7 @@ LLM
|
||||
|
||||
:::caution
|
||||
Text completion models have been deprecated and the latest and most popular models are [chat completion models](/docs/concepts/#chat-models). Use `ChatDatabricks` chat model instead to use those models and advanced features such as tool calling.
|
||||
:::
|
||||
|
||||
```
|
||||
from langchain_community.llm.databricks import Databricks
|
||||
|
Loading…
Reference in New Issue
Block a user