feat: initial commit

This commit is contained in:
Xiaohan-Tian
2026-04-14 19:19:45 -07:00
commit 349ad168d4
14 changed files with 2788 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
"""ACE-Step service constants and configuration."""
ACESTEP_PORT = 8001
ACESTEP_BASE_URL = f"http://127.0.0.1:{ACESTEP_PORT}"