Skip to content

Commit

Permalink
Fix typo in mlflow code example in mlflow.py (#26931)
Browse files Browse the repository at this point in the history
- [x] PR title: Fix typo in code example in mlflow.py
- In libs/community/langchain_community/chat_models/mlflow.py
  • Loading branch information
Youshin committed Sep 27, 2024
1 parent 7037ba0 commit 2d9a09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/chat_models/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ChatMlflow(BaseChatModel):
chat = ChatMlflow(
target_uri="http://localhost:5000",
endpoint="chat",
temperature-0.1,
temperature=0.1,
)
"""

Expand Down

0 comments on commit 2d9a09d

Please sign in to comment.