From e02868bb1a7f62c63e99ba4108e3e8cef3c8108c Mon Sep 17 00:00:00 2001 From: Eddie Santos <9561596+eddie-santos@users.noreply.github.com> Date: Thu, 5 Jun 2025 11:52:36 -0700 Subject: Bump default model to `gemini-2.5-pro-preview-06-05` (#765) --- docs/core/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/core') 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):** -- cgit v1.2.3