From 224972590ae5a8cba4ae4bc9f4f3adecb2e1ed62 Mon Sep 17 00:00:00 2001 From: Bram Schoenmakers Date: Sat, 3 Feb 2024 23:03:15 +0100 Subject: [PATCH] Mention new variable in README --- README.org | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index d04e968..d9a9f4f 100644 --- a/README.org +++ b/README.org @@ -111,15 +111,16 @@ The token can be supplied directly as a string, but you could write a lambda to #+end_src #+RESULTS: -| Custom variable | Description | -|----------------------------------+---------------------------------------------------------| -| kagi-api-token | The Kagi API token. | -| kagi-fastgpt-api-url | The Kagi FastGPT API entry point. | -| kagi-stubbed-responses | Whether the package should return a stubbed response. | -| kagi-summarizer-api-url | The Kagi Summarizer API entry point. | -| kagi-summarizer-cache | Determines whether the Summarizer should cache results. | -| kagi-summarizer-default-language | Default target language of the summary. | -| kagi-summarizer-engine | Which summary engine to use. | +| Custom variable | Description | +|----------------------------------------+---------------------------------------------------------| +| kagi-api-token | The Kagi API token. | +| kagi-fastgpt-api-url | The Kagi FastGPT API entry point. | +| kagi-stubbed-responses | Whether the package should return a stubbed response. | +| kagi-summarizer-api-url | The Kagi Summarizer API entry point. | +| kagi-summarizer-cache | Determines whether the Summarizer should cache results. | +| kagi-summarizer-default-language | Default target language of the summary. | +| kagi-summarizer-default-summary-format | The summary format that should be returned. | +| kagi-summarizer-engine | Which summary engine to use. | *** COMMENT Attribution :noexport: