| e8b3fd01 | 06-Feb-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| da493c96 | 06-Feb-2025 |
Andreas Gohr <andi@splitbrain.org> |
some model updates
still not 100% uptodate |
| 4dd0657e | 06-Feb-2025 |
Andreas Gohr <andi@splitbrain.org> |
allow to set arbitrary models
We now initialize a model configuration even if we have no info in model.json using some default values for the token limits.
Models can implement the loadUnkonwModelI
allow to set arbitrary models
We now initialize a model configuration even if we have no info in model.json using some default values for the token limits.
Models can implement the loadUnkonwModelInfo() method to fetch the info from an API if such a thing exist. Implemented for gemini and ollama currently.
show more ...
|
| e963c1fc | 06-Feb-2025 |
Andreas Gohr <andi@splitbrain.org> |
actually use the configured rephrase model
stupid copy n paste error |
| d8729042 | 12-Dec-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| ac8a9335 | 09-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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. |
| ac4c82af | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| dc099d9e | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
mark some more settings that need reindexing |
| ee778380 | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
added bge-large embedding model for ollama |
| 7bf9165d | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
syntax component to ignore parts of a page while indexing |
| 10ce0ca9 | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
exclude page parts from indexing using a regex |
| 85b60323 | 18-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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 |
| cd01a6c3 | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4b794a5b | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated Ollama models
I only added a couple of popular ones. It's hard to find the context and dimension limits. |
| 10789c17 | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
support the Google Gemini API |
| 17dace4d | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated model definitions |
| 1ec3b86c | 13-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| d7a2471b | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Update VoyageAI multilingual model |
| ce8a8011 | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Add missing field for "Ollama" model configuration |
| 700e2d34 | 29-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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. |