diff --git a/libs/community/langchain_community/chat_models/mlflow.py b/libs/community/langchain_community/chat_models/mlflow.py index 9a1c528fd75..74d89490b7d 100644 --- a/libs/community/langchain_community/chat_models/mlflow.py +++ b/libs/community/langchain_community/chat_models/mlflow.py @@ -68,7 +68,7 @@ class ChatMlflow(BaseChatModel): chat = ChatMlflow( target_uri="http://localhost:5000", endpoint="chat", - temperature-0.1, + temperature=0.1, ) """