force developer to set a license key, it's required.

This commit is contained in:
Gökmen Görgen
2026-01-20 14:37:44 +01:00
parent 0a8588669c
commit 91e86658b7

View File

@@ -46,7 +46,7 @@ class AICFilter(BaseAudioFilter):
def __init__(
self,
*,
license_key: str = "",
license_key: str,
model_id: Optional[str] = None,
model_path: Optional[str] = None,
model_download_dir: Optional[Path] = None,