(feat:11Labs) just functional part

This commit is contained in:
ManishMadan2882
2025-10-02 02:39:53 +05:30
parent 67268fd35a
commit 5de15c8413
2 changed files with 23 additions and 76 deletions

View File

@@ -118,6 +118,7 @@ class Settings(BaseSettings):
# Encryption settings
ENCRYPTION_SECRET_KEY: str = "default-docsgpt-encryption-key"
ELEVENLABS_API_KEY: Optional[str] = None
path = Path(__file__).parent.parent.absolute()
settings = Settings(_env_file=path.joinpath(".env"), _env_file_encoding="utf-8")