Skip to content

Commit d35d074

Browse files
committed
chore: update env example
1 parent ab0958e commit d35d074

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.env.example

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
# AI Model Configuration
2-
# Format: "anthropic/model-name", "openai/model-name", or "openrouter/provider/model-name"
3-
MODEL=anthropic/claude-haiku-4-5
4-
5-
# API Keys (only one is required based on your MODEL choice)
6-
ANTHROPIC_API_KEY=sk-ant-api03-your-key-here
7-
OPENAI_API_KEY=sk-your-key-here
8-
OPENROUTER_API_KEY=sk-or-v1-your-key-here
9-
10-
# MCP Server Configuration (optional)
11-
# Leave empty to disable MCP integration
12-
13-
# For HTTP MCP servers (use full URL):
14-
MCP_SERVER_URL=https://mcp.svelte.dev/mcp
15-
16-
17-
# For local stdio MCP servers (use command string):
18-
# MCP_SERVER_URL=npx -y @sveltejs/mcp
19-
20-
# To disable MCP, set mcp to empty string
21-
# MCP_SERVER_URL=
22-
23-
# To disable the test component tool, uncomment the line below
24-
#DISABLE_TESTCOMPONENT_TOOL=1
25-
26-
VERBOSE_LOGGING=true
1+
VERCEL_OIDC_TOKEN="create with vercel cli"

0 commit comments

Comments
 (0)