1
0
Fork 0

Remove obsolete variable

This commit is contained in:
Bram Schoenmakers 2024-02-12 22:43:14 +01:00
parent 4e3163f980
commit 62fe326f2c
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -63,14 +63,6 @@ https://kagi.com/settings?p=api"
:type '(choice string function)
:group 'kagi)
(defcustom kagi-stubbed-responses nil
"Whether the package should return a stubbed response.
To be used for testing purposes, such that no credits are spent
on dummy data."
:type 'boolean
:group 'kagi)
(defcustom kagi-fastgpt-api-url "https://kagi.com/api/v0/fastgpt"
"The Kagi FastGPT API entry point."
:type '(choice string function)