Skip to content

RedBandana/UnleashedAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unleashed AI

Unleashed AI is a custom front-end interface for OpenAI's chat completion API. You can test it using the following link: https://unleashedai.org/

Getting started

  1. Add client/.env file.
REACT_APP_API_URL='http://127.0.0.1:3000/api'
REACT_APP_ENCRYPTION_KEY=randomEncryptionKey
GENERATE_SOURCEMAP=false
PUBLIC_URL=.
PORT=4200
  1. Add server/.env file
DB_CONN_STRING="mongodb+srv://admin:[email protected]/?retryWrites=true&w=majority"
DB_NAME="MongoDBName"
JWT_SECRET="randomJwtSecret"
API_KEY="openAIApiKey"
EMAIL_USERNAME="[email protected]"
EMAIL_PASSWORD="randomPassword"
BASE_URL="http://localhost:4200"
SIGNING_KEY='randomSigningKey'
SIGNING_KEY_NAME='randomSigningKeyName'
  1. Install required packages in the server and client: npm install
  2. Run the server and the client: npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published