Skip to content

ZeltNamizake/scgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple ChatGPT

ChatGPT AI is simple using JavaScript and NodeJS

How to install it

You only need Git and NodeJs to run this program

Installation

git clone https://github.com/ZeltNamizake/scgpt

cd scgpt

yarn

API Key OpenAI

You can get API Keys at https://platform.openai.com/api-keys

Enter API Keys in file apikey.js

const ApiKey = "" //Your APIKey
exports.ApiKey = ApiKey

Running SCGPT

node openai

About

Simple ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published