| 867b7752 | 06-Oct-2025 |
Henry <henry.krupp@gmail.com> |
Squashed commit of the following:
commit 4e0adf2a8d810e55db6d37ccc87c76d95ddcfd8d Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 22:04:17 2025 +0100
Updated splitLongSentence()
commit
Squashed commit of the following:
commit 4e0adf2a8d810e55db6d37ccc87c76d95ddcfd8d Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 22:04:17 2025 +0100
Updated splitLongSentence()
commit 9883844f1db6df9e11051c4c7b034e68baaca0be Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 22:03:25 2025 +0100
Updated splitLongSentence()
commit 6f737f6fe4da25fa438211d5c00605c2df9c81ba Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 21:43:16 2025 +0100
array_unshift($sentences, ...$this->splitLongSentence($sentence, $tiktok));
commit 21966eab02f87f632e82ad0055f9bc2aadb92053 Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 21:23:40 2025 +0100
Updated splitIntoChunks method
Push split sentences to the front of the queue with array_unshift($sentences, ...$this->splitLongSentence($sentence, $tiktok));
show more ...
|
| 3e86bc51 | 18-Jun-2025 |
Damien Ghandour <damien.ghandour@gmail.com> |
added French Translations |
| 12d445df | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
upped version |
| acf2d4e0 | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
check for ollama availability |
| 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 |
| f8753427 | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Ollama model provider |
| 11d115da | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Generic model provider
Use Ionos for this test |
| d7287996 | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for VoyageAI model provider |
| 75a24d82 | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
mark test incomplete on insufficient credits |
| a1918189 | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Reka model provider |
| c97169ea | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Mistral model provider |
| ac84f472 | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix groq test and temperature issue |
| c4c2ecf7 | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Groq model provider |
| 332eea25 | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fixes based on tests, improve tests |
| e3101544 | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add ModelGeminiTest for Gemini AI provider |
| 773012cf | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
first few tests to ensure model providers work |
| 7c3b69cb | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
refactor HTTP Client initialization |
| 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 |
| dd6c086c | 15-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| 7be8078e | 15-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
allow models to have a zero token limit
This allows for configuring completely unknown models. For these models no token limit is known and we will simply do not apply any. Instead we trust that the
allow models to have a zero token limit
This allows for configuring completely unknown models. For these models no token limit is known and we will simply do not apply any. Instead we trust that the model will be either large enough to handle our input or at least throw useful error messages.
show more ...
|
| e3b34a2b | 15-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix model full name |
| 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 ...
|
| 5e3fb057 | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5b645410 | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
upped version |