Compare commits

...

2 commits

Author SHA1 Message Date
b2d13a14e4
Emacs tweaks & moar hosts 2025-04-29 18:23:21 +02:00
3ca03e4866
Org imrpovements & more hosts 2025-04-29 01:34:06 +02:00
2 changed files with 10 additions and 5 deletions

View file

@ -218,6 +218,8 @@
(use-package! org-super-agenda
:config
(org-super-agenda-mode 1)
:custom
(org-agenda-custom-commands
'(
@ -626,8 +628,8 @@
:stream t
:protocol "http"
:host "100.64.0.3:18080"
:models '("llama-cpp-code")))
(setq! gptel-model "llama-cpp-code")
:models '("llama-cpp-qwen-coder")))
(setq! gptel-model "llama-cpp-qwen-coder")
;; nicer org mode foo
(setq! gptel-default-mode 'org-mode)
@ -637,11 +639,11 @@
(setf (alist-get 'org-mode gptel-response-prefix-alist) "@assistant ")
;; Qwen-2.5-Coder-32B / Tabby model
(gptel-make-openai "llama-cpp-biggerchat"
(gptel-make-openai "llama-cpp-chat"
:stream t
:protocol "http"
:host "100.64.0.3:18083"
:models '("llama-cpp-biggerchat"))
:host "100.64.0.3:18082"
:models '("llama-cpp-qwen3"))
;; Groq API
(gptel-make-openai "groq"

View file

@ -211,6 +211,9 @@
192.168.0.190 vpn.oekonzept.de
192.168.0.180 vewasmb.oekonzept.de
192.168.0.91 puppet.oekonzept.de
192.168.0.1 srv-nas-01.oekonzept.net
192.168.0.1 nas-01.oekonzept.net
192.168.0.171 net.oekonzept.net
192.168.0.171 git.oekonzept.net
192.168.0.171 office.oekonzept.net
192.168.0.171 libreoffice.oekonzept.net