debuggenie / config /api_keys.py
Nihal2000's picture
Initial deployment
5ada319
raw
history blame contribute delete
345 Bytes
# Stub for api_keys module to avoid import errors in HF Space
# In the HF deployment, we don't need the full api_keys config since
# the UI only talks to the remote Modal backend.
class APIConfig:
def __init__(self):
# Stub - only needed for imports, not actually used
self.elevenlabs_api_key = ""
api_config = APIConfig()