branch: externals/ellama
commit a1112d64a087f8a426eeb19509cfd66964b1bdf7
Author: Sergey Kostyaev <[email protected]>
Commit: Sergey Kostyaev <[email protected]>

    improve ask about template
---
 ellama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ellama.el b/ellama.el
index e4cdaf10bc..40188b8b6f 100644
--- a/ellama.el
+++ b/ellama.el
@@ -248,7 +248,7 @@ default. Default value is `ellama-template'."
                  (buffer-substring-no-properties (region-beginning) 
(region-end))
                (buffer-substring-no-properties (point-min) (point-max)))))
     (ellama-query
-     (format "Regarding the following text, %s:\n%s" input text)
+     (format "Text:\n%s\nRegarding this text, %s" text input)
      :display t :log t :memory t)))
 
 (defun ellama-instant (prompt)

Reply via email to