Project

ai-chat

0.0
The project is in a healthy, maintained state
A library that makes it as easy as possible to use Chat Completion endpoints in your Ruby application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 12.10
~> 2.7
 Project Readme

Ai Chat

Table of Contents
  • Features
  • Requirements
  • Setup
  • Usage
  • Development
  • Tests
  • License
  • Security
  • Code of Conduct
  • Contributions
  • Versions
  • Credits

Features

Requirements

  1. Ruby.

Setup

To install with security, run:

# 💡 Skip this line if you already have the public certificate installed.
gem cert --add <(curl --compressed --location https://undefined.io/gems.pem)
gem install ai-chat --trust-policy HighSecurity

To install without security, run:

gem install ai-chat

You can also add the gem directly to your project:

bundle add ai-chat

Once the gem is installed, you only need to require it:

require "ai/chat"

Usage

Development

To contribute, run:

git clone https://github.com/undefined/ai-chat
cd ai-chat
bin/setup

You can also use the IRB console for direct access to all objects:

bin/console

Tests

To test, run:

bin/rake

Credits