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:
Youshin Kim 2024-09-27 21:41:39 +09:00 committed by GitHub
parent 7037ba0f06
commit 2d9a09dfa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ class ChatMlflow(BaseChatModel):
chat = ChatMlflow(
target_uri="http://localhost:5000",
endpoint="chat",
temperature-0.1,
temperature=0.1,
)
"""