diff options
| author | Eddie Santos <[email protected]> | 2025-06-05 11:52:36 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-05 11:52:36 -0700 |
| commit | e02868bb1a7f62c63e99ba4108e3e8cef3c8108c (patch) | |
| tree | ff1a6f7d5e9541d100636e323d4b92e925f6f727 /docs/core/configuration.md | |
| parent | 422c763a55c28394df359bd9b31388c8d9765fc8 (diff) | |
Bump default model to `gemini-2.5-pro-preview-06-05` (#765)
Diffstat (limited to 'docs/core/configuration.md')
| -rw-r--r-- | docs/core/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core/configuration.md b/docs/core/configuration.md index b9280476..5b8184bc 100644 --- a/docs/core/configuration.md +++ b/docs/core/configuration.md @@ -22,7 +22,7 @@ These are the main pieces of information the core `Config` object holds and uses - **`model` (string):** - - **Source:** Command-line argument (`--model`), environment variable (`GEMINI_MODEL`), or a default value (e.g., `gemini-2.5-pro-preview-05-06`). + - **Source:** Command-line argument (`--model`), environment variable (`GEMINI_MODEL`), or a default value (e.g., `gemini-2.5-pro-preview-06-05`). - **Purpose:** Specifies which Gemini model the core should use. (For Vertex AI model names and usage, refer to the main README.md). - **`sandbox` (boolean | string):** |
