emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ellama f35622b5f7 24/53: change default model to zephyr


From: ELPA Syncer
Subject: [elpa] externals/ellama f35622b5f7 24/53: change default model to zephyr
Date: Sun, 17 Dec 2023 18:57:58 -0500 (EST)

branch: externals/ellama
commit f35622b5f72908f8ed44183fcfc356ad51321f62
Author: Sergey Kostyaev <s.kostyaev@omp.ru>
Commit: Sergey Kostyaev <s.kostyaev@omp.ru>

    change default model to zephyr
    
    It's MIT licensed now and looks more helpful than mistral.
---
 README.md | 3 ++-
 ellama.el | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cfdd224b05..cfa5180094 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,8 @@ The following variables can be customized for the Ellama 
client:
 
 - `ellama-url`: The URL to call Ollama.
 - `ellama-curl-executable`: The path to curl executable.
-- `ellama-model`: The model to use Ollama with. Default model is 
[mistral](https://ollama.ai/library/mistral).
+- `ellama-model`: The model to use Ollama with. Default model is
+  [zephyr](https://ollama.ai/library/zephyr).
 - `ellama-buffer`: The default Ellama buffer name.
 - `ellama-always-show-buffer`: Whether to always show the Ellama buffer.
 - `ellama-user-nick`: The user nick in logs.
diff --git a/ellama.el b/ellama.el
index dca2cea2f5..8d0c397056 100644
--- a/ellama.el
+++ b/ellama.el
@@ -44,7 +44,7 @@
   :group 'ellama
   :type 'string)
 
-(defcustom ellama-model "mistral" "Model to use ollama with."
+(defcustom ellama-model "zephyr" "Model to use ollama with."
   :group 'ellama
   :type 'string)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]