An open API service indexing awesome lists of open source software.

https://github.com/onadan/aipal

This is an AI chatbot created using Nodejs as backend, Javascript for frontend and Openai's API.
https://github.com/onadan/aipal

ai bot chatgpt llm

Last synced: 4 months ago
JSON representation

This is an AI chatbot created using Nodejs as backend, Javascript for frontend and Openai's API.

Awesome Lists containing this project

README

          

# AI PAL

This is an AI chatbot created using Nodejs as backend, Javascript for frontend and Openai's API.

### Run Locally

- clone the repo: `git clone git@github.com:onadan/AiPal.git`
- then `cd frontend`
- install all dependencies using: `npm install`
- then start the server by running `npm run dev`

You have successfully started running the app on your local machine.