mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-07 23:43:30 +08:00
更新版本
This commit is contained in:
parent
77bcc4d763
commit
e8047e3e24
@ -75,6 +75,7 @@ class ConfigServerFactory(core_config.ConfigFactory[ConfigServer]):
|
|||||||
|
|
||||||
def default_bind_host(self, default_bind_host: str):
|
def default_bind_host(self, default_bind_host: str):
|
||||||
self.DEFAULT_BIND_HOST = default_bind_host
|
self.DEFAULT_BIND_HOST = default_bind_host
|
||||||
|
self.__init_server()
|
||||||
|
|
||||||
def webui_server_port(self, webui_server_port: int):
|
def webui_server_port(self, webui_server_port: int):
|
||||||
self.WEBUI_SERVER_PORT = webui_server_port
|
self.WEBUI_SERVER_PORT = webui_server_port
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-chatchat"
|
name = "langchain-chatchat"
|
||||||
version = "0.3.0.20240612.1"
|
version = "0.3.0.20240612.2"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["chatchat"]
|
authors = ["chatchat"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user