History log of /plugin/aichat/Model/ (Results 26 – 50 of 56)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

dce0dee519-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 ...

34a1c47819-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

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

first tries with Anthropic

4373d2bf18-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.

294a9eaf18-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 ...

123