| 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 |
| dce0dee5 | 19-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
move model configuration into json files
This removes the use of individual classes for each model in favor of more general client classes that only get a model name passed. The meta info about pric
move model configuration into json files
This removes the use of individual classes for each model in favor of more general client classes that only get a model name passed. The meta info about price and token limits is configured in a json file
show more ...
|
| 34a1c478 | 19-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
more refactoring on chat and embed model support
* differentiate between input and output tokens * make use of much larger input contexts |
| d02b7935 | 18-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
first tries with Anthropic |
| 4373d2bf | 18-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
stricter interface inheritance
This ensures we have the apropriate methods when a class does not inherit from AbstractModel. |
| 294a9eaf | 18-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
Use interfaces for Chat and Embedding classes
This way it's easier to have a base OpenAI class. This also moves much of the statistics and http handling into the base class making model implementati
Use interfaces for Chat and Embedding classes
This way it's easier to have a base OpenAI class. This also moves much of the statistics and http handling into the base class making model implementations even leaner
show more ...
|