Remove BSD specific config and make HEEx formatter work
Some checks failed
/ Test config on 20 (push) Failing after 46s

This commit is contained in:
Maciej 2025-01-28 08:11:57 +02:00
parent 67066dee3d
commit ea0e8706f2
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
8 changed files with 203 additions and 208 deletions

View file

@ -31,7 +31,7 @@
(gptel-make-ollama "Ollama@Linux"
:host "192.168.88.110:11434"
:stream t
:models '(qwen2.5-coder:7b qwen2.5-coder:14b))
:models '(qwen2.5-coder:7b qwen2.5-coder:14b deepseek-r1:14b deepseek-r1:32b))
(setq
gptel-model 'claude-3-5-sonnet-20241022
gptel-backend (gptel-make-anthropic "Claude"
@ -46,7 +46,7 @@
;; (setenv "OLLAMA_API_BASE" "http://127.0.0.1:11434")
(setenv "OLLAMA_API_BASE" "http://192.168.88.110:11434")
(setopt aider-args (list "--model"
"ollama_chat/qwen2.5-coder:14b"
"ollama_chat/deepseek-r1:32b"
"--no-auto-commits"
"--no-analytics"
"--no-gitignore")))