mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-21 14:23:33 +08:00
7 lines
90 B
Python
7 lines
90 B
Python
from chatchat.init_server import init_server
|
|
|
|
|
|
def test_init_server():
|
|
|
|
init_server()
|