1
0
Fork 0

Change the prompt for more useful output

This commit is contained in:
Bram Schoenmakers 2024-04-24 10:38:26 +02:00
parent 2da8956e27
commit 5433a9a91d
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
4 changed files with 4 additions and 1 deletions

View file

@ -281,6 +281,7 @@ Needless to say, the tests won't make actual API calls. Otherwise it wouldn't be
*** Fixes
- Changed =kagi-proofread= to get more useful results.
- Fixed language code for Czech summaries.
- Handle error responses when calling the FastGPT API.

View file

@ -555,7 +555,7 @@ result is short, otherwise it is displayed in a new buffer."
(define-kagi-fastgpt-prompt kagi-proofread
(lambda (interactive-p)
(format "Proofread the following text. %s
(format "Proofread the following text for spelling, grammar and stylistic errors. %s
%%s" (if interactive-p "" "Say OK if there are no issues.")))

BIN
kagi.info

Binary file not shown.

View file

@ -415,6 +415,8 @@ Add support for traditional Chinese as a possible summary language.
@itemize
@item
Changed @samp{kagi-proofread} to get more useful results.
@item
Fixed language code for Czech summaries.
@item
Handle error responses when calling the FastGPT API@.