Ai Chat
Table of Contents
- Features
- Requirements
- Setup
- Usage
- Development
- Tests
- License
- Security
- Code of Conduct
- Contributions
- Versions
- Credits
Features
Requirements
-
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
-
Built with Gemsmith.
-
Engineered by Raghu Betina.