mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-31 08:32:32 +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(
|
||||
target_uri="http://localhost:5000",
|
||||
endpoint="chat",
|
||||
temperature-0.1,
|
||||
temperature=0.1,
|
||||
)
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user