olistic / chatgpt-clone

A CLI clone of OpenAI's famous chat, with a twist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatgpt-clone

A CLI clone of OpenAI's famous chat, with a twist.

Usage

  1. Clone this repo wherever you want:
$ git clone https://github.com/olistic/chatgpt-clone.git && cd chatgpt-clone
  1. Create an OpenAI API key and write it to a .env file:
$ echo 'OPENAI_API_KEY=<your secret key>' > .env
  1. Launch the CLI:
$ ./cli.ts

NOTE: You'll need to have Deno installed for the above command to work.

About

A CLI clone of OpenAI's famous chat, with a twist

License:MIT License


Languages

Language:TypeScript 100.0%