diff --git a/README.org b/README.org index f61535a..f0728a9 100644 --- a/README.org +++ b/README.org @@ -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. diff --git a/kagi.el b/kagi.el index 4f9d4ad..be8534d 100644 --- a/kagi.el +++ b/kagi.el @@ -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."))) diff --git a/kagi.info b/kagi.info index 88d8496..f53b50f 100644 Binary files a/kagi.info and b/kagi.info differ diff --git a/kagi.texi b/kagi.texi index 83d7177..ed39ae6 100644 --- a/kagi.texi +++ b/kagi.texi @@ -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@.