branch: externals/ellama
commit f35622b5f72908f8ed44183fcfc356ad51321f62
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>
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)