Releases: mlverse/chattr
chattr v0.3.1
- Addresses changes in
ellmer's token object (#147)
chattr v0.3.0
-
Switches to
ellmerfor all integration with the LLMs. This effectively
removes any direct integration such as that one used for OpenAI, Databricks
and LlamaGPT-chat. It will now only integrate with whatever backend
ellmerintegrates with. -
Shiny app now uses the stream from functionality from
ellmerinstead of the
more complex, and error prone, background process.
chattr v0.2.0
General
- Fixes how it identifies the user's current UI (console, app, notebook) and
appropriately outputs the response from the model end-point (#92)
Databricks
- Adding support for Databricks foundation model API (DBRX, Meta Llama 3 70B,
Mixtral 8x7B) (#99)
OpenAI
-
Fixes how it displays error from the model end-point when being used in a
notebook or the app -
Fixes how the errors from OpenAI are parsed and processed. This should make
it easier for users to determine where an downstream issue could be.
Copilot
- Adds
modelto defaults - Improves token discovery
chattr v0.1.0
Enables user interactivity with large-language models ('LLM') inside the 'RStudio' integrated development environment (IDE). The user can interact with the model using the 'shiny' app included in this package, or directly in the 'R' console. It comes with back-ends for 'OpenAI', 'GitHub' 'Copilot', and 'LlamaGPT'.