| 7775eee7 | 29-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix interface handling with generic model |
| 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 |
| 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 ...
|
| 5835c70b | 27-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
updated model data |
| 42b2c6e8 | 12-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
add remote component to ask questions to the bot
The endpoint allows to override model and language settings on demand. |
| 8b9ccd0e | 12-Feb-2025 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Update models.json |
| 82a6394a | 12-Feb-2025 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Remove deprecated Groq models |
| da493c96 | 06-Feb-2025 |
Andreas Gohr <andi@splitbrain.org> |
some model updates
still not 100% uptodate |
| 17dace4d | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated model definitions |
| ae09ced4 | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated model lists
This adds a CLI tool to fetch some model data from @BerriAI/litellm |
| f93272b9 | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
auto codestyle cleanup |
| 074b7701 | 22-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
added support for groq |