Configure the AI provider used by all users
Controls which hardware runs the embedding model. Requires app restart to take effect.
OpenAI
Anthropic
Ollama
Groq (Generic)
ENCRYPTION_KEY in your .env to a stable 44-character Fernet key.
Generate one with:
python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"