[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 92d4349bac 25/53: add information about local LL
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ellama 92d4349bac 25/53: add information about local LLMs into package summary |
Date: |
Sun, 17 Dec 2023 18:57:58 -0500 (EST) |
branch: externals/ellama
commit 92d4349bacb3db9d84ccbbf1b5c55dc95b10bc51
Author: Sergey Kostyaev <s.kostyaev@omp.ru>
Commit: Sergey Kostyaev <s.kostyaev@omp.ru>
add information about local LLMs into package summary
---
ellama.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ellama.el b/ellama.el
index 8d0c397056..d3d8e4c075 100644
--- a/ellama.el
+++ b/ellama.el
@@ -1,4 +1,4 @@
-;;; ellama.el --- Ollama client
+;;; ellama.el --- Ollama client for calling local LLMs
;; Copyright (C) 2023 Sergey Kostyaev
- [elpa] externals/ellama f9e0de5af6 34/53: Merge pull request #3 from jiahut/main, (continued)
- [elpa] externals/ellama f9e0de5af6 34/53: Merge pull request #3 from jiahut/main, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 2e5219afbe 43/53: Merge pull request #1 from s-kostyaev/switch-to-llm-library, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama a0acd24abb 51/53: Add ellama complete command., ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 034140969d 12/53: reformat readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 68bbca9cb3 17/53: add more gifs to readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama ff604fc2b9 10/53: change default language to english, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8717dcb145 11/53: add readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 162433ada3 15/53: mention streaming output in readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama caf4578e8d 21/53: add llm keyword to documentation, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama f35622b5f7 24/53: change default model to zephyr, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 92d4349bac 25/53: add information about local LLMs into package summary,
ELPA Syncer <=
- [elpa] externals/ellama 75ed340a4d 26/53: add ollama into installation instructions, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 8caaf7a3b6 28/53: Merge pull request #2 from s-kostyaev/s-kostyaev-enable-gitlab-ci, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 235f41be0c 29/53: :recycle: Refactor ellama.el code for improved response handling., ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 316e982ef6 32/53: fix spinner for ellama-instant, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 06ad60d117 35/53: fix upate selected region with ellama (fixes #6), ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 956dfe62aa 37/53: first step to use llm library for LLM calls, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama de226f9d39 41/53: use llm library to hanle chat history, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama b8f3dada5a 40/53: use spinner with llm library, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 42db1e0ba0 42/53: update readme, ELPA Syncer, 2023/12/17
- [elpa] externals/ellama 2700be1cf9 44/53: upate llm requirement to fix #8, ELPA Syncer, 2023/12/17