-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 586 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (13 loc) · 586 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Remnic environment variables
# Copy this file to .env and fill in your values.
# Never commit the .env file — it is listed in .gitignore.
# Required: OpenAI API key used for LLM extraction and consolidation.
OPENAI_API_KEY=sk-...
# Optional: Override the base URL for the OpenAI-compatible API.
# Leave empty to use the default OpenAI endpoint.
# OPENAI_BASE_URL=https://api.openai.com/v1
# Optional: Override the extraction model.
# Defaults to the value in src/model-registry.ts.
# REMNIC_EXTRACTION_MODEL=gpt-4o
# Optional: Enable verbose debug logging.
# REMNIC_DEBUG=false