| 7bd2bac6 | 28-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
make ollama auth optional |
| 3e86bc51 | 18-Jun-2025 |
Damien Ghandour <damien.ghandour@gmail.com> |
added French Translations |
| d72a84c5 | 11-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 |
| d6572921 | 24-May-2025 |
SoiBKK <info@soibangkok.online> |
translation update |
| 9634d734 | 21-May-2025 |
Andreas Gohr <gohr@cosmocode.de> |
add option to always send full page context |
| 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 ...
|
| ed47fd87 | 27-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
new UI with option to chat about the current page |
| d8729042 | 12-Dec-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| c1e277fb | 09-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. |
| dc099d9e | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
mark some more settings that need reindexing |
| 10ce0ca9 | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
exclude page parts from indexing using a regex |
| 078e45cc | 18-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| e7611489 | 18-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 ...
|
| 726299cb | 18-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Translate error message |
| 10789c17 | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
support the Google Gemini API |
| 1ec3b86c | 13-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| ce8a8011 | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Add missing field for "Ollama" model configuration |
| 666b8ea7 | 29-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. |
| 074b7701 | 22-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
added support for groq |
| eaa2c59d | 18-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Added support for reka.ai |
| 720bb43f | 25-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
make threshold configurable |
| 0de7e020 | 25-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
mechanisms to override things on command line
This should help with debugging/evaluating |
| 59a2a267 | 21-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 ...
|
| 51aa8517 | 20-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. |
| 87e46484 | 19-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
added Voyage AI for embeddings |