4 lines
175 B
Python
4 lines
175 B
Python
|
|
def test_sdk_import_unit():
|
||
|
|
from langchain_chatchat.configs import DEFAULT_EMBEDDING_MODEL, MODEL_PLATFORMS
|
||
|
|
from langchain_chatchat.server.utils import is_port_in_use
|