Files
K.G.One/services/acestep_client.py
T
2026-04-14 19:19:45 -07:00

5 lines
127 B
Python

"""ACE-Step service constants and configuration."""
ACESTEP_PORT = 8001
ACESTEP_BASE_URL = f"http://127.0.0.1:{ACESTEP_PORT}"