fix interface handling with generic model
introduce a "Generic" modelThis is basically an OpenAI implementation, which then can be reused bymost other providers since they usually implement a somewhat compatibleAPI. The API URL can be se
introduce a "Generic" modelThis is basically an OpenAI implementation, which then can be reused bymost other providers since they usually implement a somewhat compatibleAPI. The API URL can be set manually so it should be easy to add newunsupported providers.
show more ...
add remote component to ask questions to the botThe endpoint allows to override model and language settings on demand.
some model updatesstill not 100% uptodate
updated model definitions
Update VoyageAI multilingual model
updated model listsThis adds a CLI tool to fetch some model data from @BerriAI/litellm
automatic stylefixes
various refactoring and introduction of a simulate commandThe new command makes it easier to run the same chat questions againstmultiple models and compare the results in a spreadsheet
added Voyage AI for embeddings