History log of /plugin/aichat/cli/simulate.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 87090e4b 27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

ask the rephrased question only if it has more context

Otherwise it's usually better to let the LLM reevaluate the context.


# c9f3c70c 27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

set custom info text for simulate sub command


# ab1f8dde 26-Mar-2024 Andreas Gohr <andi@splitbrain.org>

emit the INDEXER_PAGE_ADD event

This allows plugins that add data to the fulltext index to add the same
data to the embeddings. This improves embedding searches with struct
data for example.


# 0de7e020 25-Mar-2024 Andreas Gohr <andi@splitbrain.org>

mechanisms to override things on command line

This should help with debugging/evaluating


# 2071dced 21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

automatic stylefixes


# c2b7a1f7 21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

various refactoring and introduction of a simulate command

The new command makes it easier to run the same chat questions against
multiple models and compare the results in a spreadsheet