History log of /plugin/aichat/Model/OpenAI/ChatModel.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 7775eee7 29-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

fix interface handling with generic model


# 2e22aefb 15-Apr-2025 Andreas Gohr <andi@splitbrain.org>

introduce a "Generic" model

This is basically an OpenAI implementation, which then can be reused by
most other providers since they usually implement a somewhat compatible
API. The API URL can be se

introduce a "Generic" model

This is basically an OpenAI implementation, which then can be reused by
most other providers since they usually implement a somewhat compatible
API. The API URL can be set manually so it should be easy to add new
unsupported providers.

show more ...


# 163a36ec 10-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Adjust OpenAI API calls. fixes #34

* max_token has been replaced by max_completion_tokens
* temperature setting is not suported by reasoning models


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

move model configuration into json files

This removes the use of individual classes for each model in favor of
more general client classes that only get a model name passed. The meta
info about pric

move model configuration into json files

This removes the use of individual classes for each model in favor of
more general client classes that only get a model name passed. The meta
info about price and token limits is configured in a json file

show more ...