| 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 |
| 7a329d8a | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
keep page context enabled until reload
This disables it when you change the page |
| 1eaa955f | 01-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix overflow of <pre> tags in answers |
| c7364d3d | 01-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. |
| 7bdb8f6e | 31-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| ed47fd87 | 27-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
new UI with option to chat about the current page |
| 367c4397 | 27-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5835c70b | 27-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated model data |