History log of /plugin/aichat/Model/EmbeddingInterface.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 34a1c478 19-Mar-2024 Andreas Gohr <andi@splitbrain.org>

more refactoring on chat and embed model support

* differentiate between input and output tokens
* make use of much larger input contexts


# 4373d2bf 18-Mar-2024 Andreas Gohr <andi@splitbrain.org>

stricter interface inheritance

This ensures we have the apropriate methods when a class does not
inherit from AbstractModel.


# 294a9eaf 18-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Use interfaces for Chat and Embedding classes

This way it's easier to have a base OpenAI class. This also moves much
of the statistics and http handling into the base class making model
implementati

Use interfaces for Chat and Embedding classes

This way it's easier to have a base OpenAI class. This also moves much
of the statistics and http handling into the base class making model
implementations even leaner

show more ...