Skip to content

Proof of concept to show how the technology could work

License

alex-bowers/vue3-openai-chatbot

Repository files navigation

OpenAI Chat Bot

A Vue 3/Node app to show how a customer could use the technology.

This was a proof of concept and is incomplete.

image

Project Setup

npm install
cd chatgpt-backend
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Run Node

cd chatgpt-backend
node index.js

About

Proof of concept to show how the technology could work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published