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"