mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-03 10:12:33 +00:00
Fix typo in mlflow code example in mlflow.py (#26931)
- [x] PR title: Fix typo in code example in mlflow.py - In libs/community/langchain_community/chat_models/mlflow.py
This commit is contained in:
parent
7037ba0f06
commit
2d9a09dfa4
@ -68,7 +68,7 @@ class ChatMlflow(BaseChatModel):
|
|||||||
chat = ChatMlflow(
|
chat = ChatMlflow(
|
||||||
target_uri="http://localhost:5000",
|
target_uri="http://localhost:5000",
|
||||||
endpoint="chat",
|
endpoint="chat",
|
||||||
temperature-0.1,
|
temperature=0.1,
|
||||||
)
|
)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user