switching ai provider
This commit is contained in:
parent
228576e733
commit
570d183753
|
@ -2121,9 +2121,9 @@ Idk, let's try this i guess
|
||||||
ellama-provider
|
ellama-provider
|
||||||
(make-llm-ollama
|
(make-llm-ollama
|
||||||
:scheme "https"
|
:scheme "https"
|
||||||
:host "ai.cochrun.xyz"
|
:host "ai.tfcconnection.org"
|
||||||
:port 443
|
:port 443
|
||||||
:chat-model "mistral" :embedding-model "mistral-7b-q5_1"))
|
:chat-model "mistral" :embedding-model "mistral"))
|
||||||
:general
|
:general
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states '(normal visual)
|
:states '(normal visual)
|
||||||
|
|
4
init.el
4
init.el
|
@ -1615,9 +1615,9 @@ Optional BACKEND must be `re-reveal' or a backend derived from it."
|
||||||
ellama-provider
|
ellama-provider
|
||||||
(make-llm-ollama
|
(make-llm-ollama
|
||||||
:scheme "https"
|
:scheme "https"
|
||||||
:host "ai.cochrun.xyz"
|
:host "ai.tfcconnection.org"
|
||||||
:port 443
|
:port 443
|
||||||
:chat-model "mistral" :embedding-model "mistral-7b-q5_1"))
|
:chat-model "mistral" :embedding-model "mistral"))
|
||||||
:general
|
:general
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states '(normal visual)
|
:states '(normal visual)
|
||||||
|
|
Loading…
Reference in a new issue