making ai work elsewhere

This commit is contained in:
Chris Cochrun 2023-12-15 11:40:27 -06:00
parent ada88c948a
commit 1cc7effa15
2 changed files with 2 additions and 2 deletions

View file

@ -2023,7 +2023,7 @@ Idk, let's try this i guess
:scheme "https" :scheme "https"
:host "ai.cochrun.xyz" :host "ai.cochrun.xyz"
:port 443 :port 443
:chat-model "mistral" :embedding-model "mistral")) :chat-model "mistral" :embedding-model "mistral-7b-q5_1"))
:general :general
(chris/leader-keys (chris/leader-keys
:states '(normal visual) :states '(normal visual)

View file

@ -1608,7 +1608,7 @@ Optional BACKEND must be `re-reveal' or a backend derived from it."
:scheme "https" :scheme "https"
:host "ai.cochrun.xyz" :host "ai.cochrun.xyz"
:port 443 :port 443
:chat-model "mistral" :embedding-model "mistral")) :chat-model "mistral" :embedding-model "mistral-7b-q5_1"))
:general :general
(chris/leader-keys (chris/leader-keys
:states '(normal visual) :states '(normal visual)