| 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 |
| 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 ...
|
| ee778380 | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
added bge-large embedding model for ollama |
| 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 |
| d7a2471b | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Update VoyageAI multilingual model |
| 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 |
| 3d0d0e2b | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
added claude 3.5 sonnet model |
| f93272b9 | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
auto codestyle cleanup |
| cab0305a | 14-May-2024 |
Andreas Gohr <andi@splitbrain.org> |
added gpt-4o |
| 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 |
| 200983a6 | 18-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
added open-mixtral-8x22b |
| f7a068a1 | 10-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
gpt-4-turbo is no longer in preview |
| b446155b | 27-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
fix info output on used models |
| 2071dced | 21-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
automatic stylefixes |
| 5f71c9bb | 21-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
small adjustments |
| c2b7a1f7 | 21-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
various refactoring and introduction of a simulate command
The new command makes it easier to run the same chat questions against multiple models and compare the results in a spreadsheet |
| 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 |
| e8451b21 | 19-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
added model command to CLI
This prints info about the available models |
| e3640be8 | 19-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
clean up of the config options
Emojis are used to make the different options easier to distinguish |
| cfd76f4a | 19-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
added Mistral to the list of models |