<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ChatModel.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9d0b3322235bbe0983565364adb2ee2d670351fd - Fix API errors for unknown models and compressed responses</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#9d0b3322235bbe0983565364adb2ee2d670351fd</link>
        <description>Fix API errors for unknown models and compressed responsesSet sensible default outputTokens for unknown models (8k general,32k for Anthropic) to avoid max_tokens=0 API errors. DisableAccept-Encoding to prevent unhandled brotli-compressed responsesfrom Cloudflare.

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Thu, 09 Apr 2026 10:02:51 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>7c3b69cbd638c7d1775b012bfb9b48d8136f76b9 - refactor HTTP Client initialization</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#7c3b69cbd638c7d1775b012bfb9b48d8136f76b9</link>
        <description>refactor HTTP Client initialization

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Wed, 11 Jun 2025 11:08:37 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>2e22aefbcc83da0bc9ab21a2175b8ada4ba79826 - introduce a &quot;Generic&quot; model</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#2e22aefbcc83da0bc9ab21a2175b8ada4ba79826</link>
        <description>introduce a &quot;Generic&quot; modelThis is basically an OpenAI implementation, which then can be reused bymost other providers since they usually implement a somewhat compatibleAPI. The API URL can be set manually so it should be easy to add newunsupported providers.

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Tue, 15 Apr 2025 12:34:42 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>42b2c6e864def16df42600c2885e21d4d148fd0c - add remote component to ask questions to the bot</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#42b2c6e864def16df42600c2885e21d4d148fd0c</link>
        <description>add remote component to ask questions to the botThe endpoint allows to override model and language settings on demand.

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Wed, 12 Mar 2025 09:26:18 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>eaa2c59defaae44a1c8b1feb607b4daba2c2382a - Added support for reka.ai</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#eaa2c59defaae44a1c8b1feb607b4daba2c2382a</link>
        <description>Added support for reka.ai

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Thu, 18 Apr 2024 07:37:45 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5f71c9bbe31dfcc1db5ab9659debc4833c4ec6eb - small adjustments</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#5f71c9bbe31dfcc1db5ab9659debc4833c4ec6eb</link>
        <description>small adjustments

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Thu, 21 Mar 2024 13:06:02 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e8451b21b9ca52de6bf419c0f1a2020e9bcd5276 - added model command to CLI</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#e8451b21b9ca52de6bf419c0f1a2020e9bcd5276</link>
        <description>added model command to CLIThis prints info about the available models

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Tue, 19 Mar 2024 13:31:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e3640be850ce50dedfa84d85fcca5c951393e714 - clean up of the config options</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#e3640be850ce50dedfa84d85fcca5c951393e714</link>
        <description>clean up of the config optionsEmojis are used to make the different options easier to distinguish

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Tue, 19 Mar 2024 12:49:21 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cfd76f4aad2ef41879e225ffbf2e137d24b4a079 - added Mistral to the list of models</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#cfd76f4aad2ef41879e225ffbf2e137d24b4a079</link>
        <description>added Mistral to the list of models

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Tue, 19 Mar 2024 11:56:34 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dce0dee5ef27bcbbc5570fc278f3e75f426c19c5 - move model configuration into json files</title>
        <link>http://127.0.0.1:8080/history/plugin/aichat/Model/Anthropic/ChatModel.php#dce0dee5ef27bcbbc5570fc278f3e75f426c19c5</link>
        <description>move model configuration into json filesThis removes the use of individual classes for each model in favor ofmore general client classes that only get a model name passed. The metainfo about price and token limits is configured in a json file

            List of files:
            /plugin/aichat/Model/Anthropic/ChatModel.php</description>
        <pubDate>Tue, 19 Mar 2024 10:46:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
