From e8047e3e245dee58555a193ee08385aa259574cc Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Wed, 12 Jun 2024 18:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/chatchat-server/chatchat/configs/_server_config.py | 1 + libs/chatchat-server/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/chatchat-server/chatchat/configs/_server_config.py b/libs/chatchat-server/chatchat/configs/_server_config.py index 4c30ec07..cfdc80c0 100644 --- a/libs/chatchat-server/chatchat/configs/_server_config.py +++ b/libs/chatchat-server/chatchat/configs/_server_config.py @@ -75,6 +75,7 @@ class ConfigServerFactory(core_config.ConfigFactory[ConfigServer]): def default_bind_host(self, default_bind_host: str): self.DEFAULT_BIND_HOST = default_bind_host + self.__init_server() def webui_server_port(self, webui_server_port: int): self.WEBUI_SERVER_PORT = webui_server_port diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index f1330398..7438fe87 100644 --- a/libs/chatchat-server/pyproject.toml +++ b/libs/chatchat-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-chatchat" -version = "0.3.0.20240612.1" +version = "0.3.0.20240612.2" description = "" authors = ["chatchat"] readme = "README.md"