From ca762299a992111a3ff11ebc80b3ce88a1600a18 Mon Sep 17 00:00:00 2001 From: TheSongg <145535169+TheSongg@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:10:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20xinference.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/community/langchain_community/llms/xinference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/langchain_community/llms/xinference.py b/libs/community/langchain_community/llms/xinference.py index 2ab598ddf18e2..e7ee4344b3885 100644 --- a/libs/community/langchain_community/llms/xinference.py +++ b/libs/community/langchain_community/llms/xinference.py @@ -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]