branch: externals/llm
commit e8dfb898a9a4e1056269aba81eafc412b583849a
Author: Andrew Hyatt <[email protected]>
Commit: GitHub <[email protected]>
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