From 928dd3b770a7a9e03a7f1fc425a248949e2fa46b Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 19 Apr 2025 00:04:57 +0200 Subject: [PATCH] Try out deepseek locally --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index a65e5b4..44be8fb 100644 --- a/init.org +++ b/init.org @@ -1189,8 +1189,8 @@ (setq gptel-backend (gptel-make-ollama "Ollama" :host "localhost:11434" :stream t - :models '("llama3.1:8b-instruct-q8_0")) - gptel-model "llama3" + :models '("deepseek-r1")) + gptel-model "deepseek-r1" gptel-api-key (auth-source-pick-first-password :host "api.openai.com")))