mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 13:23:16 +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):
|
||||
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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user