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.
- Host: GitHub
- URL: https://github.com/onadan/aipal
- Owner: onadan
- Created: 2023-01-08T20:05:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T12:34:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T04:36:23.510Z (about 1 year ago)
- Topics: ai, bot, chatgpt, llm
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.