History log of /plugin/aichat/lang/ (Results 1 – 25 of 45)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7bd2bac628-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

make ollama auth optional

3e86bc5118-Jun-2025 Damien Ghandour <damien.ghandour@gmail.com>

added French Translations

d72a84c511-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

move api endpoint init to AbstractModel

This should finally solve the chicken-egg issue. This also renames the
ollama url parameter from baseurl to apiurl and sets a sensible default

d657292124-May-2025 SoiBKK <info@soibangkok.online>

translation update

9634d73421-May-2025 Andreas Gohr <gohr@cosmocode.de>

add option to always send full page context

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

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

new UI with option to chat about the current page

d872904212-Dec-2024 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

c1e277fb09-Dec-2024 Andreas Gohr <andi@splitbrain.org>

translatable default message

When no message is given in the chat syntax, the default is now taken
from the language file.

dc099d9e05-Dec-2024 Andreas Gohr <andi@splitbrain.org>

mark some more settings that need reindexing

10ce0ca905-Dec-2024 Andreas Gohr <andi@splitbrain.org>

exclude page parts from indexing using a regex

078e45cc18-Nov-2024 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

e761148918-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix PT-BR Translation

As stated in https://github.com/dokuwiki/dokuwiki/pull/4353, I believe I created the translation on the wrong language (PT instead of PT-BR), so as this is specific to PT-BR I'

Fix PT-BR Translation

As stated in https://github.com/dokuwiki/dokuwiki/pull/4353, I believe I created the translation on the wrong language (PT instead of PT-BR), so as this is specific to PT-BR I've renamed it.

show more ...

726299cb18-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Translate error message

10789c1714-Nov-2024 Andreas Gohr <andi@splitbrain.org>

support the Google Gemini API

1ec3b86c13-Nov-2024 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

ce8a801113-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Add missing field for "Ollama" model configuration

666b8ea729-Jul-2024 Andreas Gohr <andi@splitbrain.org>

added configurable custom prompt

This makes it easier to add to the existing internal prompt instead of
completely overwriting it using the localization mechanism.

074b770122-Apr-2024 Andreas Gohr <andi@splitbrain.org>

added support for groq

eaa2c59d18-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Added support for reka.ai

720bb43f25-Mar-2024 Andreas Gohr <andi@splitbrain.org>

make threshold configurable

0de7e02025-Mar-2024 Andreas Gohr <andi@splitbrain.org>

mechanisms to override things on command line

This should help with debugging/evaluating

59a2a26721-Mar-2024 Andreas Gohr <andi@splitbrain.org>

prefer prompted user messages over system prompts

This seems to be better supported across different model providers and
seems to influence the model in a stronger way.

Prompt files have been renam

prefer prompted user messages over system prompts

This seems to be better supported across different model providers and
seems to influence the model in a stronger way.

Prompt files have been renamed to avoid having them show up in the
DokuWiki translate interface. Multilingual models are fine with
prompting in english only.

show more ...

51aa851720-Mar-2024 Andreas Gohr <andi@splitbrain.org>

separate the rephrasing model from the chat model

Rephrasing can be done with faster, simpler models as there is not much
reasoning needed.

87e4648419-Mar-2024 Andreas Gohr <andi@splitbrain.org>

added Voyage AI for embeddings

12