History log of /plugin/aichat/Model/Anthropic/ChatModel.php (Results 1 – 9 of 9)
Revision Date Author Comments
# 7c3b69cb 11-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

refactor HTTP Client initialization


# 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 ...


# 42b2c6e8 12-Mar-2025 Andreas Gohr <andi@splitbrain.org>

add remote component to ask questions to the bot

The endpoint allows to override model and language settings on demand.


# eaa2c59d 18-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Added support for reka.ai


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

small adjustments


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

added model command to CLI

This prints info about the available models


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

clean up of the config options

Emojis are used to make the different options easier to distinguish


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

added Mistral to the list of 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 ...