From 76cf5e9fc1f324c21782e7c58c25a58b2515e76f Mon Sep 17 00:00:00 2001 From: Olcan Date: Sat, 17 May 2025 17:28:44 -0700 Subject: rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} (#411) --- docs/cli/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/cli') 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): -- cgit v1.2.3