返回 CodeWhale
.env.example
根目录 / .env.example
1 # Codewhale workspace credentials
2 #
3 # Shell-exported variables override values in this file. Codewhale loads only
4 # literal credential names for built-in providers from a workspace `.env`.
5 # Routing, model/base URL, config/profile, MCP/plugin, sandbox, approval,
6 # executable-path, runtime, and other control settings are ignored here; put
7 # those in config.toml, CLI flags, or the launching shell.
8 #
9 # Variable expansion is deliberately unsupported. Keep values literal and
10 # keep `.env` untracked.
11
12 # DeepSeek API (default provider)
13 # Get an API key from DeepSeek, then keep it local in `.env`.
14 # DEEPSEEK_API_KEY=
15
16 # NVIDIA NIM-hosted models
17 # NVIDIA_API_KEY=
18 # NVIDIA_NIM_API_KEY=
19
20 # AtlasCloud OpenAI-compatible endpoint
21 # ATLASCLOUD_API_KEY=
22
22 lines Plain Text