oversai-models / .env.example
ogirald0's picture
Initial commit for Hugging Face deployment
18869bb
raw
history blame contribute delete
120 Bytes
APP_NAME="ML/AI Models API Service"
DEBUG=true
HOST="0.0.0.0"
PORT=8000
MODEL_CACHE_DIR="model_cache"
MAX_BATCH_SIZE=32