[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"
|
||||
: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
|
||||
|
|
Loading…
Add table
Reference in a new issue