This commit is contained in:
2026-03-26 04:24:32 -03:00
parent 08b67f2bb7
commit 08c58a6a9d
43 changed files with 2627 additions and 252 deletions

View File

@@ -28,7 +28,10 @@ GRPC_PORT=50051
GRPC_MAX_WORKERS=10
# S3 Storage (MinIO locally, real S3 on AWS)
S3_ENDPOINT_URL=http://minio:9000
# In k8s/docker: http://minio:9000
# On dev machine (port-forward): http://localhost:9000
# On AWS: omit S3_ENDPOINT_URL entirely
S3_ENDPOINT_URL=http://localhost:9000
S3_BUCKET_IN=mpr-media-in
S3_BUCKET_OUT=mpr-media-out
AWS_REGION=us-east-1
@@ -44,7 +47,7 @@ CLOUD_LLM_PROVIDER=groq
# Groq (default, free tier)
GROQ_API_KEY=
GROQ_MODEL=llama-3.2-90b-vision-preview
GROQ_MODEL=meta-llama/llama-4-scout-17b-16e-instruct
# Gemini
#GEMINI_API_KEY=