[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 73512d3742 7/7: Add ollama pull command to readm
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 73512d3742 7/7: Add ollama pull command to readme |
Date: |
Mon, 22 Jan 2024 15:57:51 -0500 (EST) |
branch: externals/ellama
commit 73512d3742a21bdb35f3e74bff0f18a86f0d2c7c
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>
Add ollama pull command to readme
---
README.org | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index f636e88f8c..03227f8eaa 100644
--- a/README.org
+++ b/README.org
@@ -15,9 +15,17 @@ output, making it effortless to use with your preferred text
editor.
** Installation
Just ~M-x~ ~package-install~ @@html:<kbd>@@Enter@@html:</kbd>@@ ~ellama~
-@@html:<kbd>@@Enter@@html:</kbd>@@. By default it uses
[[https://github.com/jmorganca/ollama][ollama]] provider and
-[[https://ollama.ai/library/zephyr][zephyr]] model. If you ok with it, you
need to install [[https://github.com/jmorganca/ollama][ollama]] and pull
-[[https://ollama.ai/library/zephyr][zephyr]]. You can use ~ellama~ with other
model or other llm provider.
+@@html:<kbd>@@Enter@@html:</kbd>@@. By default it uses
+[[https://github.com/jmorganca/ollama][ollama]] provider and
+[[https://ollama.ai/library/zephyr][zephyr]] model. If you ok with it,
+you need to install [[https://github.com/jmorganca/ollama][ollama]]
+and pull [[https://ollama.ai/library/zephyr][zephyr]] like this:
+
+#+BEGIN_SRC shell
+ ollama pull zephyr
+#+END_SRC
+
+You can use ~ellama~ with other model or other llm provider.
In that case you should customize ellama configuration like this:
#+BEGIN_SRC emacs-lisp
- [elpa] externals/ellama updated (4848d51d6c -> 73512d3742), ELPA Syncer, 2024/01/22
- [elpa] externals/ellama ad73c800f2 4/7: Add more comments to user configuration, ELPA Syncer, 2024/01/22
- [elpa] externals/ellama ede32c5fb7 3/7: Add comment about user configuration, ELPA Syncer, 2024/01/22
- [elpa] externals/ellama 92aadcf054 1/7: Fix quoted html tags, ELPA Syncer, 2024/01/22
- [elpa] externals/ellama b2c3be166a 5/7: Fix typos in readme, ELPA Syncer, 2024/01/22
- [elpa] externals/ellama 96d3578682 2/7: Fix inline images, ELPA Syncer, 2024/01/22
- [elpa] externals/ellama e1a1cace22 6/7: Add more comments for user configuration, ELPA Syncer, 2024/01/22
- [elpa] externals/ellama 73512d3742 7/7: Add ollama pull command to readme,
ELPA Syncer <=