[chore]: Update API endpoint URLs in doom conf
This commit is contained in:
parent
a691459e21
commit
c3c8feedfd
1 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@
|
||||||
(gptel-make-openai "llama-cpp"
|
(gptel-make-openai "llama-cpp"
|
||||||
:stream t
|
:stream t
|
||||||
:protocol "http"
|
:protocol "http"
|
||||||
:host "100.64.0.3:8080"
|
:host "100.64.0.3:18082"
|
||||||
:models '("llama-cpp-model")))
|
:models '("llama-cpp-model")))
|
||||||
(setq! gptel-model "llama-cpp-model")
|
(setq! gptel-model "llama-cpp-model")
|
||||||
|
|
||||||
|
@ -371,7 +371,7 @@
|
||||||
(require 'llm-openai)
|
(require 'llm-openai)
|
||||||
:custom
|
:custom
|
||||||
(llm-warn-on-nonfree nil)
|
(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
|
;; :init
|
||||||
;; (setq magit-gptcommit-llm-provider (make-llm-openai-compatible :key "OPENAI-KEY" :url "http://100.64.0.3:8080/v1/"))
|
;; (setq magit-gptcommit-llm-provider (make-llm-openai-compatible :key "OPENAI-KEY" :url "http://100.64.0.3:8080/v1/"))
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Reference in a new issue