Set Ollama API base and add extra Aider args

- Sets the OLLAMA_API_BASE environment variable.
- Adds extra arguments to Aider for no-gitignore and chat mode.
- Updates config files in both .config/doom/config.el and .config/doom/config.org.
This commit is contained in:
Roger Gonzalez 2025-03-29 11:21:28 -03:00
parent d21a66042e
commit 4169ef4be4
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 8 additions and 2 deletions

View File

@ -425,12 +425,15 @@ Now, write the commit message in this exact format:
(setenv "ANTHROPIC_API_KEY" anthropic-key)
(setenv "OPENAI_API_KEY" openai-key)
(setenv "GEMINI_API_KEY" gemini-key)
(setenv "OLLAMA_API_BASE" "https://ollama.rogs.casa")
;; General settings
(setq aidermacs-use-architect-mode t)
(setq aidermacs-auto-commits nil)
(setq aidermacs-backend 'vterm)
(setq aidermacs-vterm-multiline-newline-key "S-<return>"))
(setq aidermacs-vterm-multiline-newline-key "S-<return>")
(add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask"))
;; Keybinding for Aidermacs menu
(map! :leader

View File

@ -660,12 +660,15 @@ Now, write the commit message in this exact format:
(setenv "ANTHROPIC_API_KEY" anthropic-key)
(setenv "OPENAI_API_KEY" openai-key)
(setenv "GEMINI_API_KEY" gemini-key)
(setenv "OLLAMA_API_BASE" "https://ollama.rogs.casa")
;; General settings
(setq aidermacs-use-architect-mode t)
(setq aidermacs-auto-commits nil)
(setq aidermacs-backend 'vterm)
(setq aidermacs-vterm-multiline-newline-key "S-<return>"))
(setq aidermacs-vterm-multiline-newline-key "S-<return>")
(add-to-list 'aidermacs-extra-args "--no-gitignore --chat-mode ask"))
;; Keybinding for Aidermacs menu
(map! :leader