branch: externals/llm
commit 5d1085347a9e85614dd372b6a47d9aef858d837f
Author: Andrew Hyatt <ahy...@gmail.com>
Commit: GitHub <nore...@github.com>

    Change default Gemini model to 2.5 Pro (#204)
    
    The experimental version was no longer working.
---
 NEWS.org      | 2 +-
 llm-gemini.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.org b/NEWS.org
index 56a60b214b..0e00dc2e1a 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,6 +1,6 @@
 * Version 0.27.1
 - Add thinking control to Gemini / Vertex.
-- Change default Vertex model to Gemini 2.5 Pro.
+- Change default Vertex, Gemini model to Gemini 2.5 Pro.
 - Add Gemini 2.5 Flash model
 * Version 0.27.0
 - Add =thinking= option to control the amount of thinking that happens for 
reasoning models.
diff --git a/llm-gemini.el b/llm-gemini.el
index bb3fbd7c46..ae44c1f97c 100644
--- a/llm-gemini.el
+++ b/llm-gemini.el
@@ -37,7 +37,7 @@
 
 KEY is the API key for the client.
 You can get this at https://makersuite.google.com/app/apikey.";
-  key (embedding-model "embedding-001") (chat-model 
"gemini-2.5-pro-exp-03-25"))
+  key (embedding-model "embedding-001") (chat-model "gemini-2.5-pro"))
 
 (cl-defmethod llm-nonfree-message-info ((_ llm-gemini))
   "Return nonfree terms of service for Gemini."

Reply via email to