[chore]: Update API endpoint URLs in doom conf

This commit is contained in:
Tristan D. 2024-10-10 17:04:24 +02:00
parent a691459e21
commit c3c8feedfd
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -325,7 +325,7 @@
(gptel-make-openai "llama-cpp"
:stream t
:protocol "http"
:host "100.64.0.3:8080"
:host "100.64.0.3:18082"
:models '("llama-cpp-model")))
(setq! gptel-model "llama-cpp-model")
@ -371,7 +371,7 @@
(require 'llm-openai)
:custom
(llm-warn-on-nonfree nil)
(magit-gptcommit-llm-provider (make-llm-openai-compatible :key "OPENAI-KEY" :url "http://100.64.0.3:8080/v1/"))
(magit-gptcommit-llm-provider (make-llm-openai-compatible :key "OPENAI-KEY" :url "http://100.64.0.3:18082/v1/"))
;; :init
;; (setq magit-gptcommit-llm-provider (make-llm-openai-compatible :key "OPENAI-KEY" :url "http://100.64.0.3:8080/v1/"))
:config