[Feature] add cli command chat,complete (#4037)

This commit is contained in:
memoryCoderC
2025-09-11 19:53:14 +08:00
committed by GitHub
parent a47976e82d
commit 850465e8ed
8 changed files with 596 additions and 0 deletions

View File

@@ -238,4 +238,7 @@ setup(
license="Apache 2.0",
python_requires=">=3.7",
extras_require={"test": ["pytest>=6.0"]},
entry_points={
"console_scripts": ["fastdeploy=fastdeploy.entrypoints.cli.main:main"],
},
)