Skip to content

Commit 61ab16f

Browse files
committed
remove unused custom
1 parent 9a18f68 commit 61ab16f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

chatgpt-shell-google.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ If you use Gemini through a proxy service, change the URL base."
4848
:safe #'stringp
4949
:group 'chatgpt-shell)
5050

51-
(defcustom chatgpt-shell-google-enable-grounding-search nil
52-
"Enable the grounding google search tool for gemini models."
53-
:type 'boolean
54-
:group 'chatgpt-shell)
55-
5651
;; https://ai.google.dev/gemini-api/docs/tokens
5752
;; A token is equivalent to _about_ 4 characters.
5853
(cl-defun chatgpt-shell-google-make-model (&key version short-version path token-width context-window grounding-search)

0 commit comments

Comments
 (0)