fleet-memory/standalone/.env.example
2025-11-10 17:48:23 +01:00

9 lines
273 B
Text

# Environment variables for docker-compose
# Copy this file to .env and customize as needed
# Optional: OpenAI API key
# OPENAI_API_KEY=your-api-key-here
# Optional: Custom embedding model
# EMBEDDING_MODEL_NAME=sentence-transformers/all-MiniLM-L6-v2
# EMBEDDING_DIM=384