[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ellama 35a398b63e: Fix typo in predefined prompts
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/ellama 35a398b63e: Fix typo in predefined prompts |
|
Date: |
Thu, 18 Jan 2024 09:57:58 -0500 (EST) |
branch: externals/ellama
commit 35a398b63e8bbb575e3287c607f2f03b32195d3e
Author: Sergey Kostyaev <sskostyaev@gmail.com>
Commit: Sergey Kostyaev <sskostyaev@gmail.com>
Fix typo in predefined prompts
Fixes #51
---
NEWS.org | 2 ++
ellama.el | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index ba88acc495..83db750b86 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -1,3 +1,5 @@
+* Version 0.5.8
+- Fix typo in predefined prompts.
* Version 0.5.7
- Add ellama-nick-prefix custom variable.
* Version 0.5.6
diff --git a/ellama.el b/ellama.el
index 77a86ffb1d..7171578e20 100644
--- a/ellama.el
+++ b/ellama.el
@@ -6,7 +6,7 @@
;; URL: http://github.com/s-kostyaev/ellama
;; Keywords: help local tools
;; Package-Requires: ((emacs "28.1") (llm "0.6.0") (spinner "1.7.4"))
-;; Version: 0.5.7
+;; Version: 0.5.8
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Created: 8th Oct 2023
@@ -224,12 +224,12 @@
:group 'ellama
:type 'string)
-(defcustom ellama-code-edit-prompt-template "Regarding the following code, %s,
only ouput the result code in format ```language\n...\n```:\n```\n%s\n```"
+(defcustom ellama-code-edit-prompt-template "Regarding the following code, %s,
only output the result code in format ```language\n...\n```:\n```\n%s\n```"
"Prompt template for `ellama-code-edit'."
:group 'ellama
:type 'string)
-(defcustom ellama-code-improve-prompt-template "Enhance the following code,
only ouput the result code in format ```language\n...\n```:\n```\n%s\n```"
+(defcustom ellama-code-improve-prompt-template "Enhance the following code,
only output the result code in format ```language\n...\n```:\n```\n%s\n```"
"Prompt template for `ellama-code-improve'."
:group 'ellama
:type 'string)
@@ -239,7 +239,7 @@
:group 'ellama
:type 'string)
-(defcustom ellama-code-add-prompt-template "Context: \n```\n%s\n```\nBased on
this context, %s, only ouput the result in format ```\n...\n```"
+(defcustom ellama-code-add-prompt-template "Context: \n```\n%s\n```\nBased on
this context, %s, only output the result in format ```\n...\n```"
"Prompt template for `ellama-code-add'."
:group 'ellama
:type 'string)
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/ellama 35a398b63e: Fix typo in predefined prompts,
ELPA Syncer <=