nuntius-rb

A small Ruby toolkit for working with language models

Build with language models from Ruby, review pull requests, and work comfortably from the command line.

Getting started

Install the gem and make your first request.

gem install nuntius-rb --pre
require 'nuntius'

client = Nuntius::Client.new
puts client.generate_text('Write a haiku about Ruby')

Set GEMINI_API_KEY in your environment.

Beyond text generation

Use the CLI for quick prompts or an interactive session:

nuntius generate "Your prompt"
nuntius chat

Connect the GitHub App to review pull requests automatically.

Next

Browse the Ruby API, read the design journal, or visit the support guide.

Found something unexpected? Report an issue.