自定义模型测试

This commit is contained in:
glide-the 2024-05-19 19:54:20 +08:00
parent 6075872ceb
commit e10c0937d8

View File

@ -136,7 +136,7 @@ def init_server(logging_conf: dict, providers_file: str) -> None:
yield f"http://127.0.0.1:20000"
finally:
print("")
# boot.destroy()
boot.destroy()
except SystemExit: