branch: externals/minuet
commit 571aefc4ec1a99787860aad8649fda0ef311d8ce
Author: Milan Glacier <d...@milanglacier.com>
Commit: Milan Glacier <d...@milanglacier.com>

    doc: update instruction on gemini service.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index c72c76426c..41cbfb420f 100644
--- a/README.md
+++ b/README.md
@@ -379,8 +379,8 @@ request timeout from outputing too many tokens.
 
 ## Gemini
 
-You should use the end point from Google AI Studio instead of Google Cloud. You
-can get an API key via their
+You should register the account and use the service from Google AI Studio
+instead of Google Cloud. You can get an API key via their
 [Google API page](https://makersuite.google.com/app/apikey).
 
 <details>
@@ -389,7 +389,7 @@ The following config is the default.
 
 ```lisp
 (defvar minuet-gemini-options
-    `(:model "gemini-1.5-flash-latest"
+    `(:model "gemini-2.0-flash"
       :api-key "GEMINI_API_KEY"
       :system
       (:template minuet-default-system-template

Reply via email to