emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/llm e8dfb898a9 2/2: Fix missing capabilities in Gemini


From: ELPA Syncer
Subject: [elpa] externals/llm e8dfb898a9 2/2: Fix missing capabilities in Gemini thinking model (#128)
Date: Sat, 21 Dec 2024 12:58:27 -0500 (EST)

branch: externals/llm
commit e8dfb898a9a4e1056269aba81eafc412b583849a
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix missing capabilities in Gemini thinking model (#128)
---
 llm-models.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llm-models.el b/llm-models.el
index 97e7604c0a..aefebe7930 100644
--- a/llm-models.el
+++ b/llm-models.el
@@ -129,6 +129,7 @@ REGEX is a regular expression that can be used to identify 
the model, uniquely (
     :regex "gemini-2\\.0-flash")
    (make-llm-model
     :name "Gemini 2.0 Flash Thinking" :symbol 'gemini-2.0-flash-thinking
+    :capabilities '(generation)
     :context-length 32768
     :regex "gemini-2\\.0-flash-thinking")
    (make-llm-model



reply via email to

[Prev in Thread] Current Thread [Next in Thread]