Skip to content

Commit 1c3ff5d

Browse files
author
xenodium
committed
Updating docstrings #303
1 parent 081fb24 commit 1c3ff5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chatgpt-shell-google.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ If you use Gemini through a proxy service, change the URL base."
5353
(cl-defun chatgpt-shell-google-make-model (&key version short-version path token-width context-window grounding-search)
5454
"Create a Google model.
5555
56-
Set VERSION, SHORT-VERSION, PATH, TOKEN-WIDTH, CONTEXT-WINDOW and
57-
VALIDATE-COMMAND handler."
56+
Set VERSION, SHORT-VERSION, PATH, TOKEN-WIDTH, CONTEXT-WINDOW,
57+
VALIDATE-COMMAND, and GROUNDING-SEARCH handler."
5858
(unless version
5959
(error "Missing mandatory :version param"))
6060
(unless short-version
@@ -178,7 +178,7 @@ or
178178
(cl-defun chatgpt-shell-google--make-gemini-payload (&key prompt context settings model)
179179
"Create the request payload.
180180
181-
Compose using PROMPT, CONTEXT, SYSTEM-PROMPT and TEMPERATURE."
181+
Compose using PROMPT, CONTEXT, SETTINGS and MODEL."
182182
(append
183183
(when (map-elt settings :system-prompt)
184184
`((system_instruction . ((parts . ((text . ,(map-elt settings :system-prompt))))))))

0 commit comments

Comments
 (0)