making ai work elsewhere
This commit is contained in:
parent
ada88c948a
commit
1cc7effa15
|
@ -2023,7 +2023,7 @@ Idk, let's try this i guess
|
|||
:scheme "https"
|
||||
:host "ai.cochrun.xyz"
|
||||
:port 443
|
||||
:chat-model "mistral" :embedding-model "mistral"))
|
||||
:chat-model "mistral" :embedding-model "mistral-7b-q5_1"))
|
||||
:general
|
||||
(chris/leader-keys
|
||||
:states '(normal visual)
|
||||
|
|
2
init.el
2
init.el
|
@ -1608,7 +1608,7 @@ Optional BACKEND must be `re-reveal' or a backend derived from it."
|
|||
:scheme "https"
|
||||
:host "ai.cochrun.xyz"
|
||||
:port 443
|
||||
:chat-model "mistral" :embedding-model "mistral"))
|
||||
:chat-model "mistral" :embedding-model "mistral-7b-q5_1"))
|
||||
:general
|
||||
(chris/leader-keys
|
||||
:states '(normal visual)
|
||||
|
|
Loading…
Reference in a new issue