-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 815 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# LLM enrichment for extract and intent extraction (optional)
# git-mem auto-detects the provider from whichever key is set.
# Only one provider is needed.
# Anthropic (Claude) — default provider
# Get your key at: https://console.anthropic.com/
ANTHROPIC_API_KEY=
# OpenAI (GPT) — requires: npm install openai
# Get your key at: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Google Gemini — requires: npm install @google/generative-ai
# Get your key at: https://aistudio.google.com/apikey
GOOGLE_API_KEY=
# Alternative env var name:
# GEMINI_API_KEY=
# Ollama (local) — no API key needed, no extra package
# Just set the host if not using the default localhost:11434
# OLLAMA_HOST=http://localhost:11434
# Force a specific provider (overrides auto-detection)
# GIT_MEM_LLM_PROVIDER=anthropic