更新版本

This commit is contained in:
glide-the 2024-06-12 18:29:06 +08:00
parent 77bcc4d763
commit e8047e3e24
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"