Xah Talk Show 2025-04-25 Ep647 install emacs ai bot interface (ollama, deepseek, chatgpt)
- for emacs, install gptel or chatgpt-shell or ellama for ai bot interface

- SPDX-License-Identifier
- corsair 1. A pirate or privateer, especially along the Barbary Coast.
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)))
- Alt+x
gptel
to start it. - type a question, then Ctrl+c Return to send it.
