From 570d18375363252845037803fe6785783758fef9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 21 Feb 2024 10:09:05 -0600 Subject: [PATCH] switching ai provider --- README.org | 4 ++-- init.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 21542c5f..f6cb3908 100644 --- a/README.org +++ b/README.org @@ -2121,9 +2121,9 @@ Idk, let's try this i guess ellama-provider (make-llm-ollama :scheme "https" - :host "ai.cochrun.xyz" + :host "ai.tfcconnection.org" :port 443 - :chat-model "mistral" :embedding-model "mistral-7b-q5_1")) + :chat-model "mistral" :embedding-model "mistral")) :general (chris/leader-keys :states '(normal visual) diff --git a/init.el b/init.el index 6f087f1c..cd158af5 100644 --- a/init.el +++ b/init.el @@ -1615,9 +1615,9 @@ Optional BACKEND must be `re-reveal' or a backend derived from it." ellama-provider (make-llm-ollama :scheme "https" - :host "ai.cochrun.xyz" + :host "ai.tfcconnection.org" :port 443 - :chat-model "mistral" :embedding-model "mistral-7b-q5_1")) + :chat-model "mistral" :embedding-model "mistral")) :general (chris/leader-keys :states '(normal visual)