emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gptel 77fcb02cd7 2/2: gptel.el: Improve documentation (#51


From: ELPA Syncer
Subject: [nongnu] elpa/gptel 77fcb02cd7 2/2: gptel.el: Improve documentation (#519)
Date: Thu, 26 Dec 2024 15:59:51 -0500 (EST)

branch: elpa/gptel
commit 77fcb02cd715a66069cf4ba7388f59459d493fa5
Author: Austin Moore <pinkfloyd6000@gmail.com>
Commit: GitHub <noreply@github.com>

    gptel.el: Improve documentation (#519)
    
    gptel.el (gptel-curl-file-size-threshold): Improve docstring
    for mentioning source for MS Windows limit.
---
 gptel.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gptel.el b/gptel.el
index 609caab73f..56f59bb418 100644
--- a/gptel.el
+++ b/gptel.el
@@ -255,7 +255,10 @@ Adjusting this value may be necessary depending on the 
environment
 and the typical size of the data being sent in GPTel queries.
 A larger value may improve performance by avoiding the overhead of creating
 temporary files for small data payloads, while a smaller value may be needed
-if the command-line argument size is limited by the operating system."
+if the command-line argument size is limited by the operating system.
+
+The default for windows comes from Microsoft documentation located here:
+https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessa";
   :type 'natnum)
 
 (defcustom gptel-response-filter-functions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]