Xah Talk Show 2025-04-25 Ep647 install emacs ai bot interface (ollama, deepseek, chatgpt)

xah talk show 2025-04-25 ollama 22357
xah talk show 2025-04-25 ollama 22357

web dev, copy button

(print "something")
"something"

gptel config and start

put this in your init

;; gptel config for ollama chatbot interface
;; using model deepseek-r1:8b

(setq
 gptel-model 'deepseek-r1:8b
 gptel-backend
 (gptel-make-ollama "Ollama"
   :host "localhost:11434"
   :stream t
   :models '(deepseek-r1:8b)))
xah talk show 2025-04-25 emacs gptel olamma 20fe9
xah talk show 2025-04-25 emacs gptel olamma 20fe9

ollama, deepseek