From 1cc7effa15cc2242a9de383dd88c1b2620276347 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 15 Dec 2023 11:40:27 -0600 Subject: [PATCH] making ai work elsewhere --- README.org | 2 +- init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 4fd3ff0a..f063db4d 100644 --- a/README.org +++ b/README.org @@ -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) diff --git a/init.el b/init.el index 0866efbb..8cf6653c 100644 --- a/init.el +++ b/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)