BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
435 stars 39 forks source link

change Boxcars::default_train to Boxcars::train to improve code reada… #17

Closed francis closed 1 year ago

francis commented 1 year ago

…blity

Updated example included. Code now is: Boxcars::train.new(...)

To override the default train you would: Boxcars::configuration.default_train = NewTrainClass