Skip to content

Commit

Permalink
更新 xinference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSongg authored Jan 14, 2025
1 parent 669070c commit ca76229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/llms/xinference.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Xinference(LLM):
""" # noqa: E501

client: Optional[Any] = None
client: Optional[Any]
server_url: Optional[str]
"""URL of the xinference server"""
model_uid: Optional[str]
Expand Down

0 comments on commit ca76229

Please sign in to comment.