Skip to content

Learn how to build a virtual assistant using Back4app and OpenAI's API.

License

Notifications You must be signed in to change notification settings

duplxey/back4app-openai-virtual-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

back4app-openai-virtual-assistant

This repository demonstrates how to create a GPT-powered virtual assistant using Back4app + OpenAI's Assistant API.

It uses Cloud Code on the backend and React on the frontend.

Backend

To setup the backend, follow the article.

Frontend

  1. Clone the repository.
  2. Change active directory to frontend via cd frontend.
  3. Install the dependencies via npm install.
  4. Copy .env.example as .env and enter your credentials.
  5. Start the development server via npm run dev.
  6. Open the browser and navigate to http://localhost:5173.

Deployment

To deploy the frontend, run npm run build and deploy the build directory to your favorite hosting provider.

About

Learn how to build a virtual assistant using Back4app and OpenAI's API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published