1
0
Fork 0

Disable debugging by default

This commit is contained in:
Bram Schoenmakers 2023-12-22 07:47:25 +01:00
parent 094abf53a1
commit 3098f7d855
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -52,8 +52,8 @@ The token can be generated inside your account at https://kagi.com/settings?p=ap
(defvar kagi-api-fastgpt-url " https://kagi.com/api/v0/fastgpt"
"The Kagi FastGPT API entry point.")
(defcustom kagi-debug t
"Enable debugging statements.") ;; TODO nil
(defcustom kagi-debug nil
"Enable debugging statements.")
(defun kagi--build-curl-command (prompt)
(let* ((input-obj `((query . ,prompt)))