1
0
Fork 0

Mention new variable in README

This commit is contained in:
Bram Schoenmakers 2024-02-03 23:03:15 +01:00
parent 88032764df
commit 224972590a
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -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: