From 23cc4ab7b5695f77ffd15f5ee5e7cc414237642f Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 18 Aug 2026 03:04:31 -0400 Subject: Update --- src/wasp-ai.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wasp-ai.el') 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))) -- cgit v1.3.1