Remove GEMINI_CODE_ASSIST env variable from configuration.md doc (#1514)

This commit is contained in:
starsandskies 2025-06-25 09:45:40 -07:00 committed by GitHub
parent 9897a2b80a
commit 0915bf7d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -260,11 +260,6 @@ The CLI automatically loads environment variables from an `.env` file. The loadi
- Required for using Vertex AI in non express mode.
- If using Vertex AI, ensure you have the necessary permissions and set the `GOOGLE_GENAI_USE_VERTEXAI=true` environment variable.
- Example: `export GOOGLE_CLOUD_LOCATION="YOUR_PROJECT_LOCATION"`.
- **`GEMINI_CODE_ASSIST`**:
- Enables Code Assist functionality.
- Accepts `true`, `false`, or a custom command string.
- If you are using an Enterprise account you should also set the `GOOGLE_CLOUD_PROJECT` environment variable.
- Example: `export GEMINI_CODE_ASSIST=true`.
- **`GEMINI_SANDBOX`**:
- Alternative to the `sandbox` setting in `settings.json`.
- Accepts `true`, `false`, `docker`, `podman`, or a custom command string.