From 311c3cbdd9bb4942754f27b3dc19032e38c7095f Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 1 Sep 2024 16:27:27 +0200 Subject: [PATCH] Update to llama3.1 --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 645b790..84d35e6 100644 --- a/init.org +++ b/init.org @@ -1194,7 +1194,7 @@ (setq gptel-backend (gptel-make-ollama "Ollama" :host "localhost:11434" :stream t - :models '("llama3:8b-instruct-q8_0")) + :models '("llama3.1:8b-instruct-q8_0")) gptel-model "llama3" gptel-api-key (auth-source-pick-first-password :host "api.openai.com")))