Skip to content

Commit

Permalink
docs: Fix databricks doc (#25941)
Browse files Browse the repository at this point in the history
#25929 broke the layout
because of missing `:::` for the caution clause.

Signed-off-by: B-Step62 <[email protected]>
  • Loading branch information
B-Step62 authored Sep 3, 2024
1 parent f872c50 commit ef329f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/integrations/providers/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef329f6

Please sign in to comment.