fix(file-upload): re-enabled file upload for mistral & url for file upload (#408)

* re-enabled file upload for mistral & url for file upload

* consolidated env checks
This commit is contained in:
Waleed Latif
2025-05-24 20:58:49 -07:00
committed by GitHub
parent 79b761c022
commit 950e055a8d
6 changed files with 21 additions and 53 deletions

View File

@@ -14,18 +14,3 @@ ENCRYPTION_KEY=your_encryption_key # Use `openssl rand -hex 32` to generate
# Freestyle API Key (Required for sandboxed code execution for functions/custom-tools)
# FREESTYLE_API_KEY= # Uncomment and add your key from https://docs.freestyle.sh/Getting-Started/run
# S3 Storage Configuration (Optional)
# Set USE_S3=true to enable S3 storage in development
# USE_S3=true
# AWS Credentials (Required when USE_S3=true)
# AWS_ACCESS_KEY_ID=your-access-key-id
# AWS_SECRET_ACCESS_KEY=your-secret-access-key
# S3 Configuration (Required when USE_S3=true)
# S3_BUCKET_NAME=your-bucket-name
# AWS_REGION=us-east-1
# Optional: Custom S3 Base URL (for custom domains or non-AWS S3-compatible storage)
# S3_BASE_URL=https://your-custom-domain.com