File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments