phase 10
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user