Add tinyllama

This commit is contained in:
jdormit 2024-09-16 19:53:45 -04:00
parent 3f43f47bac
commit 63f8fb86c9

View File

@ -43,7 +43,8 @@
:stream t :stream t
:models '("llama3.1:latest" :models '("llama3.1:latest"
"mistral-nemo:latest" "mistral-nemo:latest"
"gemma2:2b"))) "gemma2:2b"
"tinyllama:latest")))
(defvar gptel-backend-anthropic (gptel-make-anthropic "Claude" (defvar gptel-backend-anthropic (gptel-make-anthropic "Claude"
:stream t :stream t
:key (password-store-get "anthropic-api-key"))) :key (password-store-get "anthropic-api-key")))