summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-chatsummary.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-05-01 17:06:41 -0400
committerLLLL Colonq <llll@colonq>2025-05-01 17:06:41 -0400
commitfb01362a9dd816fc0d0e50052ab4764dd30e46f3 (patch)
treed581df21e161a0483d8b02ea4519debb4501a4a7 /src/gizmo/wasp-chatsummary.el
parentb21ecce6645fc17c520b722de3d96e550c77c490 (diff)
You know we love updating with a horrendous commit message
Diffstat (limited to 'src/gizmo/wasp-chatsummary.el')
-rw-r--r--src/gizmo/wasp-chatsummary.el24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/gizmo/wasp-chatsummary.el b/src/gizmo/wasp-chatsummary.el
index 5a6a27ae..3087c18d 100644
--- a/src/gizmo/wasp-chatsummary.el
+++ b/src/gizmo/wasp-chatsummary.el
@@ -26,16 +26,16 @@
(defun w/update-chatsummary ()
"Update the chat summary."
(w/ai
- (w/friend-journalism-input)
- (lambda (d)
- (when-let* ((d)
- (resp (s-trim d)))
- (with-current-buffer (w/chatsummary-get-buffer)
- (let ((inhibit-read-only t))
- (erase-buffer)
- (w/write-line "Chat summary" 'bold)
- (w/write-line resp)))))
- "Given a list of recent YouTube chatter activity, produce a summary of the topics discussed. The summary should be very short, maximum two sentences total. Do not introduce yourself. Simply provide a short summary of the chat. Do not mention specific names of chatters. Keep it succinct. Do not mention that you are summarizing YouTube activity. Be laconic."))
+ (w/friend-journalism-input)
+ (lambda (d)
+ (when-let* ((d)
+ (resp (s-trim d)))
+ (with-current-buffer (w/chatsummary-get-buffer)
+ (let ((inhibit-read-only t))
+ (erase-buffer)
+ (w/write-line "Chat summary" 'bold)
+ (w/write-line resp)))))
+ "Given a list of recent YouTube chatter activity, produce a summary of the topics discussed. The summary should be very short, maximum two sentences total. Do not introduce yourself. Simply provide a short summary of the chat. Do not mention specific names of chatters. Keep it succinct. Do not mention that you are summarizing YouTube activity. Be laconic."))
(defvar w/chatsummary-timer nil)
(defun w/run-chatsummary-timer ()
@@ -44,8 +44,8 @@
(cancel-timer w/chatsummary-timer))
(w/update-chatsummary)
(setq
- w/chatsummary-timer
- (run-with-timer 120 nil #'w/run-chatsummary-timer)))
+ w/chatsummary-timer
+ (run-with-timer 120 nil #'w/run-chatsummary-timer)))
(defun w/start-chatsummary ()
"Enable fake chatters."