diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-18 03:04:31 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-18 03:04:31 -0400 |
| commit | 23cc4ab7b5695f77ffd15f5ee5e7cc414237642f (patch) | |
| tree | 07ac5ee48cc3773664fda24b227618422b468ec9 /src/wasp-ai.el | |
| parent | f04ada478f4bfa5637744876f00ff56f85dcf552 (diff) | |
Diffstat (limited to 'src/wasp-ai.el')
| -rw-r--r-- | src/wasp-ai.el | 2 |
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))) |
