Skip to content

zalhamami/robo

Repository files navigation

Robo

A personal assistant, built with Typescript, Node.js and Open AI

Requirements

Installation

For automatic installation, just simply run the install.sh file.

> ./install.sh

However, if you prefer manual installation, you can run:

# Install typescript
> npm install -g typescript

# Install the necessary packages
> npm install

# Copy the env from example
> cp .env.example .env

Lastly, put your OpenAI API Key in the .env file.

Start the application

  1. Create app.ts in the root folder and put the code below:
import Robo from './src';

Robo.startChatting();
  1. Run npm start robo in console.
  2. Enjoy!

About

Built with Open AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published