KoboldAI-Client/userscripts
Llama 4a01f345de Add include_anote kwarg to lua_compute_context.
Add an optional keyword argument to lua_compute_context to control
whether the author's note should be included in the context.  The
default value is true, so if the include_anote kwarg is not specified
then the author's note will be included, which was the default
behavior prior to this change.

Also update the Lua API documentation to describe this kwarg.
2022-10-12 23:18:19 -07:00
..
examples Userscripts reorganizing 2022-01-15 18:16:07 +01:00
Readme.txt Userscripts reorganizing 2022-01-15 18:16:07 +01:00
api_documentation.html Add include_anote kwarg to lua_compute_context. 2022-10-12 23:18:19 -07:00
api_documentation.md Add include_anote kwarg to lua_compute_context. 2022-10-12 23:18:19 -07:00
kaipreset_basic_phrase_bias.lua Fix Z algorithm in basic phrase bias script 2022-07-05 14:43:58 -04:00
kaipreset_location_scanner.lua Add more options to location scanner script 2022-01-05 19:04:09 -05:00
kaipreset_logits_viewer.lua Logits Viewer 2022-01-23 01:09:41 +01:00
kaipreset_substitution.lua Add more sample scripts 2022-01-01 01:34:32 -05:00
kaipreset_you_bias.lua Clarify You Bias 2022-01-03 01:16:19 +01:00

Readme.txt

This folder contains userscripts for KoboldAI, any script that begins with kaipreset_ is treated as a official part of KoboldAI and can be overwritten by updates.
If you would like to make modifications to any of the lua scripts it is recommended you that you either rename the script, or create a new copy with a new name.