summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-05-17 17:28:44 -0700
committerGitHub <[email protected]>2025-05-17 17:28:44 -0700
commit76cf5e9fc1f324c21782e7c58c25a58b2515e76f (patch)
tree05a617fcf29090b9b069d900b5319dfd6b64abdb /docs/cli
parent4de4822219bd6eb249d258e3b1a5613ec1c97243 (diff)
rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} (#411)
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/configuration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index b887ebf7..28757e74 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -96,11 +96,11 @@ The CLI automatically loads environment variables from an `.env` file. The loadi
- Your API key for the Gemini API.
- **Crucial for operation.** The CLI will not function without it.
- Set this in your shell profile (e.g., `~/.bashrc`, `~/.zshrc`) or an `.env` file.
-- **`GEMINI_CODE_MODEL`**:
+- **`GEMINI_MODEL`**:
- Specifies the default Gemini model to use.
- Overrides the hardcoded default, which is currently `gemini-2.5-pro-preview-05-06`.
- - Example: `export GEMINI_CODE_MODEL="gemini-1.5-flash-latest"`
-- **`GEMINI_CODE_SANDBOX`**:
+ - Example: `export GEMINI_MODEL="gemini-1.5-flash-latest"`
+- **`GEMINI_SANDBOX`**:
- Alternative to the `sandbox` setting in `settings.json`.
- Accepts `true`, `false`, `docker`, `podman`, or a custom command string.
- **`SEATBELT_PROFILE`** (macOS specific):