# Provider API Keys
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
GOOGLE_API_KEY=your_google_api_key
DEEPSEEK_API_KEY=your_deepseek_api_key
OPENROUTER_API_KEY=your_openrouter_api_key
# Application Settings
APP_URL=https://your-app.com
APP_NAME=Memory App
# Ollama Settings (for local models)
OLLAMA_BASE_URL=http://localhost:11434
# Server Settings
MEM0_DATA_DIR=~/mem0_memories
MEM0_PROVIDER=openai
MEM0_EMBEDDING_PROVIDER=openai