mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-23 15:29:59 +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()
|