[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/llm d70ca0b352 2/2: Fix incorrect docstrings in llm-req
From: |
ELPA Syncer |
Subject: |
[elpa] externals/llm d70ca0b352 2/2: Fix incorrect docstrings in llm-request |
Date: |
Sat, 30 Sep 2023 03:58:32 -0400 (EDT) |
branch: externals/llm
commit d70ca0b3522ad83bb7a60e4cc1844c4eeed90778
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Fix incorrect docstrings in llm-request
---
llm-request.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/llm-request.el b/llm-request.el
index 95af4356a0..2f57822c78 100644
--- a/llm-request.el
+++ b/llm-request.el
@@ -36,7 +36,8 @@
(cl-defun llm-request-sync (url &key headers data timeout)
"Make a request to URL. The parsed response will be returned.
-AUTH will be sent in the Authorization header. This is optional.
+HEADERS will be added in the Authorization header, in addition to
+standard json header. This is optional.
DATA will be jsonified and sent as the request body.
This is required.
@@ -56,7 +57,8 @@ TIMEOUT is the number of seconds to wait for a response."
"Make a request to URL.
Nothing will be returned.
-AUTH will be sent in the Authorization header. This is optional.
+HEADERS will be added in the Authorization header, in addition to
+standard json header. This is optional.
DATA will be jsonified and sent as the request body.
This is required.