mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-26 01:18:18 +00:00
Before, we need to use `params` to pass extra parameters: ```python from langchain.llms import Databricks Databricks(..., params={"temperature": 0.0}) ``` Now, we can directly specify extra params: ```python from langchain.llms import Databricks Databricks(..., temperature=0.0) ``` |
||
---|---|---|
.. | ||
cli | ||
core | ||
experimental | ||
langchain |