Reconfigure GPTel for Ollama

This commit is contained in:
Fabio Scotto di Santolo
2026-04-11 22:29:33 +02:00
parent c28605bb38
commit dd2975a93c
3 changed files with 7 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
;;; gptel-private.el -*- lexical-binding: t; -*-
(let ((openai-api-key "{{ vault_openai_api_key | default('') }}"))
(when (> (length openai-api-key) 0)
(setq gptel-api-key openai-api-key)))
;;; gptel-private.el ends here