Org imrpovements & more hosts
This commit is contained in:
parent
69036da0bb
commit
3ca03e4866
2 changed files with 8 additions and 4 deletions
|
@ -218,6 +218,8 @@
|
||||||
|
|
||||||
|
|
||||||
(use-package! org-super-agenda
|
(use-package! org-super-agenda
|
||||||
|
:config
|
||||||
|
(org-super-agenda-mode 1)
|
||||||
:custom
|
:custom
|
||||||
(org-agenda-custom-commands
|
(org-agenda-custom-commands
|
||||||
'(
|
'(
|
||||||
|
@ -626,8 +628,8 @@
|
||||||
:stream t
|
:stream t
|
||||||
:protocol "http"
|
:protocol "http"
|
||||||
:host "100.64.0.3:18080"
|
:host "100.64.0.3:18080"
|
||||||
:models '("llama-cpp-code")))
|
:models '("llama-cpp-qwen-coder")))
|
||||||
(setq! gptel-model "llama-cpp-code")
|
(setq! gptel-model "llama-cpp-qwen-coder")
|
||||||
|
|
||||||
;; nicer org mode foo
|
;; nicer org mode foo
|
||||||
(setq! gptel-default-mode 'org-mode)
|
(setq! gptel-default-mode 'org-mode)
|
||||||
|
@ -640,8 +642,8 @@
|
||||||
(gptel-make-openai "llama-cpp-biggerchat"
|
(gptel-make-openai "llama-cpp-biggerchat"
|
||||||
:stream t
|
:stream t
|
||||||
:protocol "http"
|
:protocol "http"
|
||||||
:host "100.64.0.3:18083"
|
:host "100.64.0.3:18082"
|
||||||
:models '("llama-cpp-biggerchat"))
|
:models '("llama-cpp-qwen3"))
|
||||||
|
|
||||||
;; Groq API
|
;; Groq API
|
||||||
(gptel-make-openai "groq"
|
(gptel-make-openai "groq"
|
||||||
|
|
|
@ -211,6 +211,8 @@
|
||||||
192.168.0.190 vpn.oekonzept.de
|
192.168.0.190 vpn.oekonzept.de
|
||||||
192.168.0.180 vewasmb.oekonzept.de
|
192.168.0.180 vewasmb.oekonzept.de
|
||||||
192.168.0.91 puppet.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 git.oekonzept.net
|
192.168.0.171 git.oekonzept.net
|
||||||
192.168.0.171 office.oekonzept.net
|
192.168.0.171 office.oekonzept.net
|
||||||
192.168.0.171 libreoffice.oekonzept.net
|
192.168.0.171 libreoffice.oekonzept.net
|
||||||
|
|
Loading…
Add table
Reference in a new issue