History log of /plugin/aichat/ (Results 51 – 75 of 247)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
e3b34a2b15-Apr-2025 Andreas Gohr <andi@splitbrain.org>

fix model full name

2e22aefb15-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 ...

5e3fb05701-Apr-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

5b64541001-Apr-2025 Andreas Gohr <andi@splitbrain.org>

upped version

7a329d8a01-Apr-2025 Andreas Gohr <andi@splitbrain.org>

keep page context enabled until reload

This disables it when you change the page

1eaa955f01-Apr-2025 Andreas Gohr <andi@splitbrain.org>

fix overflow of <pre> tags in answers

c7364d3d01-Apr-2025 Andreas Gohr <andi@splitbrain.org>

rewrite roles for Gemini

Gemini expects the role model instead of assistant. Older models allowed
both, the newer ones not.

7bdb8f6e31-Mar-2025 Andreas Gohr <andi@splitbrain.org>

upped version

ed47fd8727-Mar-2025 Andreas Gohr <andi@splitbrain.org>

new UI with option to chat about the current page

367c439727-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

5835c70b27-Mar-2025 Andreas Gohr <andi@splitbrain.org>

updated model data

1013ea9212-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

31a7887612-Mar-2025 Andreas Gohr <andi@splitbrain.org>

sqlite: avoid warnings on too short vectors

This should not happen in the real world. But when embeddings were
created with a shorter vector model than the model that is used to
embed the query, the

sqlite: avoid warnings on too short vectors

This should not happen in the real world. But when embeddings were
created with a shorter vector model than the model that is used to
embed the query, the cosineSimilarity method threw a whole bunch of
warnings. We now stop the comparison at the vector length.

In the real world the same model for embeddings and the query should be
used, results are unpredictable otherwise. So this is mostly a cosmetic
change for messed up states during development.

show more ...

aa6bbe7512-Mar-2025 Andreas Gohr <andi@splitbrain.org>

added "similar" endpoint to the remote api

42b2c6e812-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.

3272c14310-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

163a36ec10-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

f9c24b9325-Feb-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

d481c63c25-Feb-2025 Andreas Gohr <andi@splitbrain.org>

ollama: remove thinking part from deepseek answers

cc7172ce25-Feb-2025 Andreas Gohr <andi@splitbrain.org>

ollama: fix embed endpoint and error in model file

We expect /api to be part of the configured base URL so it should not
be part of the call itself.

94b5d70e14-Feb-2025 Max Theisen <96209029+MaxThFe@users.noreply.github.com>

Update EmbeddingModel.php to remove the :lastest suffix

552bc11613-Feb-2025 Max Theisen <96209029+MaxThFe@users.noreply.github.com>

Update models.json with new llama3.3 70b

d2192bba13-Feb-2025 Max Theisen <96209029+MaxThFe@users.noreply.github.com>

Update EmbeddingModel.php for new Ollama API

8b9ccd0e12-Feb-2025 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Update models.json

82a6394a12-Feb-2025 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Remove deprecated Groq models

12345678910