Skip to content

olistic/chatgpt-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks