History log of /plugin/aichat/ModelSetting.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 4dd0657e 06-Feb-2025 Andreas Gohr <andi@splitbrain.org>

allow to set arbitrary models

We now initialize a model configuration even if we have no info in
model.json using some default values for the token limits.

Models can implement the loadUnkonwModelI

allow to set arbitrary models

We now initialize a model configuration even if we have no info in
model.json using some default values for the token limits.

Models can implement the loadUnkonwModelInfo() method to fetch the info
from an API if such a thing exist. Implemented for gemini and ollama
currently.

show more ...


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

automatic stylefixes


# 25892c36 19-Mar-2024 Andreas Gohr <andi@splitbrain.org>

populate settings automatically

Now we have a single place to specify new models