mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 12:48:12 +00:00
community[patch]: Update documentation string in databricks chat model (#21915)
Update typos in documentation string in databricks chat model
This commit is contained in:
parent
5ae982145e
commit
8cd6ed3e1e
@ -17,10 +17,10 @@ class ChatDatabricks(ChatMlflow):
|
||||
|
||||
from langchain_community.chat_models import ChatDatabricks
|
||||
|
||||
chat = ChatDatabricks(
|
||||
chat_model = ChatDatabricks(
|
||||
target_uri="databricks",
|
||||
endpoint="databricks-llama-2-70b-chat",
|
||||
temperature-0.1,
|
||||
temperature=0.1,
|
||||
)
|
||||
|
||||
# single input invocation
|
||||
|
Loading…
Reference in New Issue
Block a user