See TODO.md for the plan I'm working to at the moment.
- Download the repo
git clone https://github.com/Bodacious/RubyLM/ - cd into the repo
cd RubyLLM - Install the local bundle
bundle install - Install Python dependencies
pip install -r requirements.txt - Run a query:
ruby -I talk_slides -r 15-temperature_scaling.rb -e "puts LanguageModel.new.generate" "the cat should not" 10000 0.3