We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e103f3 commit 22f7432Copy full SHA for 22f7432
gptel-curl.el
@@ -55,9 +55,9 @@ See `gptel-backend'."
55
(defconst gptel-curl--common-args
56
(if (memq system-type '(windows-nt ms-dos))
57
'("--disable" "--location" "--silent" "-XPOST"
58
- "-y300" "-Y1" "-D-")
+ "-y7200" "-Y1" "-D-")
59
'("--disable" "--location" "--silent" "--compressed"
60
- "-XPOST" "-y300" "-Y1" "-D-"))
+ "-XPOST" "-y7200" "-Y1" "-D-"))
61
"Arguments always passed to Curl for gptel queries.")
62
63
(defun gptel-curl--get-args (info token)
0 commit comments