mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-21 22:33:53 +08:00
* provider_configuration init of MODEL_PLATFORMS * 开发手册 * 兼容model_providers,集成webui及API中平台配置的初始化
7 lines
104 B
Python
7 lines
104 B
Python
from chatchat.model_loaders.init_server import init_server
|
|
|
|
|
|
def test_init_server():
|
|
|
|
init_server()
|