You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
based on config, LLMRails (composer) picks or assembles the right pieces. Users can still explicitly pick one mode, or get “everything” under one roof.
we need an abstract base, concrete single purpose implementations, and a small factory/composite to glue them under LLMRails umberella for example.
introducing BaseRails
extracting three single responsibility implementations
InputRails
OutputRails
DialogRails
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
based on config,
LLMRails
(composer) picks or assembles the right pieces. Users can still explicitly pick one mode, or get “everything” under one roof.we need an abstract base, concrete single purpose implementations, and a small factory/composite to glue them under LLMRails umberella for example.
The text was updated successfully, but these errors were encountered: