emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/llm a1b17b0170 06/13: Remove unneeded space at end of l


From: ELPA Syncer
Subject: [elpa] externals/llm a1b17b0170 06/13: Remove unneeded space at end of line.
Date: Wed, 7 Feb 2024 18:58:11 -0500 (EST)

branch: externals/llm
commit a1b17b0170258da7090147c23688e47c574adfae
Author: Thomas E. Allen <thomas@assistivemachines.com>
Commit: Thomas E. Allen <thomas@assistivemachines.com>

    Remove unneeded space at end of line.
---
 llm-ollama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llm-ollama.el b/llm-ollama.el
index 0ccdfafdf2..b621fa818e 100644
--- a/llm-ollama.el
+++ b/llm-ollama.el
@@ -111,7 +111,7 @@ Returns REQUEST-ALIST with prompt request data."
     (when (llm-chat-prompt-context prompt)
       (push `("system" . ,(llm-provider-utils-get-system-prompt prompt 
llm-ollama-example-prelude)) request-alist))
     ;; If the first item isn't an interaction, then it's a conversation which
-    ;; we'll set as the chat context.    
+    ;; we'll set as the chat context.
     (when (not (eq (type-of (car (llm-chat-prompt-interactions prompt)))
                    'llm-chat-prompt-interaction))
       (push `("context" . ,(car (llm-chat-prompt-interactions prompt))) 
request-alist))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]