branch: elpa/gptel
commit 35d53cada3e1fc323b6a18739368e85a82a9e419
Author: Henrik Ahlgren <pa...@seestieto.com>
Commit: GitHub <nore...@github.com>

    gptel-ollama: Fix docstring (#752)
    
    * gptel-ollama.el (gptel--request-data): Replace "ChatGPT" with
    "Ollama" in docstring for ollama method.
---
 gptel-ollama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gptel-ollama.el b/gptel-ollama.el
index 1b530ed0a7..006d73b246 100644
--- a/gptel-ollama.el
+++ b/gptel-ollama.el
@@ -93,7 +93,7 @@ Store response metadata in state INFO."
            finally (plist-put info :tool-use tool-use)))))))
 
 (cl-defmethod gptel--request-data ((backend gptel-ollama) prompts)
-  "JSON encode PROMPTS for sending to ChatGPT."
+  "JSON encode PROMPTS for sending to Ollama."
   (when gptel--system-message
     (push (list :role "system"
                 :content gptel--system-message)

Reply via email to