feat: add encryption key to settings [LET-4245]

add encryption key to settings

Co-authored-by: Letta Bot <noreply@letta.com>
This commit is contained in:
jnjpng
2025-09-08 15:14:34 -07:00
committed by GitHub
parent 6aa2a92537
commit 1d0e49ad3b

View File

@@ -306,6 +306,9 @@ class Settings(BaseSettings):
tpuf_region: str = "gcp-us-central1"
embed_all_messages: bool = False
# For encryption
encryption_key: Optional[str] = None
# File processing timeout settings
file_processing_timeout_minutes: int = 30
file_processing_timeout_error_message: str = "File processing timed out after {} minutes. Please try again."