Skip to content

Commit 3a34238

Browse files
author
xenodium
committed
Fixes warning
1 parent 8e4e440 commit 3a34238

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chatgpt-shell-perplexity.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ If you use Perplexity through a proxy service, change the URL base."
113113
(format "Authorization: Bearer %s" (chatgpt-shell-perplexity-key))))
114114

115115
(cl-defun chatgpt-shell-perplexity--handle-perplexity-command (&key model command context shell settings)
116-
"Handle Perplexity shell COMMAND (prompt) using MODEL, CONTEXT, SHELL, and SETTINGS."
116+
"Handle Perplexity shell COMMAND (prompt).
117+
118+
Uses MODEL, CONTEXT, SHELL, and SETTINGS."
117119
(shell-maker-make-http-request
118120
:async t
119121
:url (chatgpt-shell-perplexity--make-url :model model

0 commit comments

Comments
 (0)