History log of /plugin/aichat/Model/ (Results 26 – 50 of 61)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
82a6394a12-Feb-2025 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Remove deprecated Groq models

da493c9606-Feb-2025 Andreas Gohr <andi@splitbrain.org>

some model updates

still not 100% uptodate

4dd0657e06-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 ...

ee77838005-Dec-2024 Andreas Gohr <andi@splitbrain.org>

added bge-large embedding model for ollama

4b794a5b14-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.

10789c1714-Nov-2024 Andreas Gohr <andi@splitbrain.org>

support the Google Gemini API

17dace4d14-Nov-2024 Andreas Gohr <andi@splitbrain.org>

updated model definitions

d7a2471b13-Nov-2024 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Update VoyageAI multilingual model

ae09ced422-Jul-2024 Andreas Gohr <andi@splitbrain.org>

updated model lists

This adds a CLI tool to fetch some model data from @BerriAI/litellm

3d0d0e2b25-Jun-2024 Andreas Gohr <andi@splitbrain.org>

added claude 3.5 sonnet model

f93272b925-Jun-2024 Andreas Gohr <andi@splitbrain.org>

auto codestyle cleanup

cab0305a14-May-2024 Andreas Gohr <andi@splitbrain.org>

added gpt-4o

074b770122-Apr-2024 Andreas Gohr <andi@splitbrain.org>

added support for groq

eaa2c59d18-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Added support for reka.ai

200983a618-Apr-2024 Andreas Gohr <andi@splitbrain.org>

added open-mixtral-8x22b

f7a068a110-Apr-2024 Andreas Gohr <andi@splitbrain.org>

gpt-4-turbo is no longer in preview

b446155b27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

fix info output on used models

2071dced21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

automatic stylefixes

5f71c9bb21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

small adjustments

c2b7a1f721-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

51aa851720-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.

87e4648419-Mar-2024 Andreas Gohr <andi@splitbrain.org>

added Voyage AI for embeddings

e8451b2119-Mar-2024 Andreas Gohr <andi@splitbrain.org>

added model command to CLI

This prints info about the available models

e3640be819-Mar-2024 Andreas Gohr <andi@splitbrain.org>

clean up of the config options

Emojis are used to make the different options easier to distinguish

cfd76f4a19-Mar-2024 Andreas Gohr <andi@splitbrain.org>

added Mistral to the list of models

123