summaryrefslogtreecommitdiff
path: root/src/wasp-ai.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-08-18 03:04:31 -0400
committerLLLL Colonq <llll@colonq>2026-08-18 03:04:31 -0400
commit23cc4ab7b5695f77ffd15f5ee5e7cc414237642f (patch)
tree07ac5ee48cc3773664fda24b227618422b468ec9 /src/wasp-ai.el
parentf04ada478f4bfa5637744876f00ff56f85dcf552 (diff)
Diffstat (limited to 'src/wasp-ai.el')
-rw-r--r--src/wasp-ai.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasp-ai.el b/src/wasp-ai.el
index 02c83152..8c59beef 100644
--- a/src/wasp-ai.el
+++ b/src/wasp-ai.el
@@ -82,7 +82,7 @@
;; (funcall k data))))
t)
-(defun w/ai-mod (question k &optional systemprompt user assistant)
+(defun w/ai (question k &optional systemprompt user assistant)
"Ask QUESTION to ChatGPT and pass the answer to K.
Optionally use SYSTEMPROMPT and the USER and ASSISTANT prompts."
(let* ((users (if (listp user) user (list user)))