mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Update to llama3.1
This commit is contained in:
parent
11e42c293c
commit
311c3cbdd9
2
init.org
2
init.org
@ -1194,7 +1194,7 @@
|
|||||||
(setq gptel-backend (gptel-make-ollama "Ollama"
|
(setq gptel-backend (gptel-make-ollama "Ollama"
|
||||||
:host "localhost:11434"
|
:host "localhost:11434"
|
||||||
:stream t
|
:stream t
|
||||||
:models '("llama3:8b-instruct-q8_0"))
|
:models '("llama3.1:8b-instruct-q8_0"))
|
||||||
gptel-model "llama3"
|
gptel-model "llama3"
|
||||||
gptel-api-key (auth-source-pick-first-password
|
gptel-api-key (auth-source-pick-first-password
|
||||||
:host "api.openai.com")))
|
:host "api.openai.com")))
|
||||||
|
Loading…
Reference in New Issue
Block a user