-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (35 loc) · 1.78 KB
/
Copy path.env.example
File metadata and controls
48 lines (35 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# =============================================================================
# Packmind Legacy Import - Environment Variables
# =============================================================================
# Copy this file to .env and fill in your values.
# =============================================================================
# Packmind API Keys
# =============================================================================
# Required for --map/--get-spaces: Source Packmind API key
SOURCE_PACKMIND_API_KEY=
# Required for --import: Packmind V3 API key
PACKMIND_V3_API_KEY=
# =============================================================================
# LLM Provider Configuration (required for --map)
# =============================================================================
# LLM Provider: "OPENAI" or "AZURE_OPENAI"
LLM_PROVIDER=OPENAI
# -----------------------------------------------------------------------------
# OpenAI Configuration (when LLM_PROVIDER=OPENAI)
# -----------------------------------------------------------------------------
# Required: Your OpenAI API key
OPENAI_API_KEY=
# Optional: Model to use (default: gpt-5.1)
OPENAI_MODEL=gpt-5.1
# -----------------------------------------------------------------------------
# Azure OpenAI Configuration (when LLM_PROVIDER=AZURE_OPENAI)
# Uncomment and fill in the following variables if using Azure OpenAI
# -----------------------------------------------------------------------------
# Required: Your Azure OpenAI API key
# AZURE_OPENAI_API_KEY=
# Required: Azure OpenAI endpoint (e.g., https://my-resource.openai.azure.com)
# AZURE_OPENAI_ENDPOINT=
# Required: Azure OpenAI deployment name
# AZURE_OPENAI_DEPLOYMENT=
# Optional: API version (default: 2024-12-01-preview)
# AZURE_OPENAI_API_VERSION=2024-12-01-preview