Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chatai

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatai

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Chatai

A simple CLI for ChatGPT written in Ruby

Setup

Copy and edit the env file with your API key

$ cp .env.sample ~/.chatai.env

Build and install the CLI

$ gem build chatai.gemspec
$ gem install chatai-*.gem

Usage

$ chatai
> What is Unix?
Unix is a multi-user, multi-tasking operating system that was first developed
in the 1960s. It is known for its stability, security, and flexibility, and is
widely used in servers, workstations, and embedded systems. Unix is based on
the concept of a shell, which allows users to interact with the system through
a command-line interface or graphical user interface. It also has a rich set of
standard utilities and tools that make it easy to perform various tasks such as
file management, process management, networking, and more. Unix has many
variants, including Linux, FreeBSD, Solaris, and macOS.

> Who wrote it?
Unix was initially written by Ken Thompson, Dennis Ritchie, and others at Bell
Labs in the late 1960s and early 1970s.

> List 5 contributors
1. Ken Thompson
2. Dennis Ritchie
3. Brian Kernighan
4. Steve Bourne
5. Doug McIlroy

License

Chatai is released under MIT

FAQs

Package last updated on 21 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc