1
0
Fork 0

Return slightly richter test responses

This commit is contained in:
Bram Schoenmakers 2024-01-11 22:11:56 +01:00
parent 4fd1372b42
commit 5097198ef9

View file

@ -215,11 +215,11 @@ https://help.kagi.com/kagi/api/fastgpt.html for more information."
"--data" "@-")))
(defvar kagi--fastgpt-stubbed-response
"{\"data\":{\"output\":\"a<b>b</b>c\"}}"
"{\"data\":{\"output\":\"<b>Test</b> response.\"}}"
"Stubbed response for the Kagi FastGPT endpoint.")
(defvar kagi--summarizer-stubbed-response
"{\"data\":{\"output\":\"a```b```c\"}}"
"{\"data\":{\"output\":\"```Test``` response.\"}}"
"Stubbed response for the Kagi Summarizer endpoint.")
(defun kagi--call-process-region (&rest args)