We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919b781 commit 1326f06Copy full SHA for 1326f06
cats/+vibe.el
@@ -85,7 +85,7 @@
85
(gptel-magit-commit-prompt (gptel-prompts-poet (expand-file-name "git-commit.yml.j2" cat-prompt-dir)))
86
:config
87
(setq gptel-magit-backend (if (eq HOST_TYPE 'iv) gptel--iv gptel--openrouter)
88
- gptel-magit-model (if (eq HOST_TYPE 'iv) 'global.anthropic.claude-opus-4-6-v1 'openai/gpt-oss-120b:free))
+ gptel-magit-model (if (eq HOST_TYPE 'iv) 'global.anthropic.claude-opus-4-6-v1 'openrouter/free))
89
(defun gptel-magit--generate (callback)
90
"Generate a commit message for current magit repo.
91
Invokes CALLBACK with the generated message when done."
0 commit comments