-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (24 loc) · 1015 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (24 loc) · 1015 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
25
26
# Browser rendering (optional)
# CDP-compatible secure WebSocket endpoint for --render flag
# Works with Browserless, raw Chromium, Puppeteer clusters, etc.
# Remote endpoints must use wss. Plain-websocket endpoints are only
# accepted when the host is localhost (loopback).
PSEOLINT_BROWSER_WS=
# AI triage (optional) — enable with --ai
# Provider is auto-detected from whichever key is set (first match wins).
# Or pass --ai-provider <id> explicitly. Supported providers:
# anthropic openai google mistral groq xai cohere ollama (local)
# You only need to install the SDK for the provider you use. Example:
# npm install @ai-sdk/openai
# Ollama needs no key; run `ollama serve` locally.
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
GOOGLE_GENERATIVE_AI_API_KEY=
MISTRAL_API_KEY=
GROQ_API_KEY=
XAI_API_KEY=
COHERE_API_KEY=
# MCP server (optional)
# Max pages the MCP tools will sample before truncating (default: 50).
# Raise for larger sites when operating the server for your team.
PSEOLINT_MCP_SAMPLE_CAP=