5 lines
127 B
Python
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}"
|