https://github.com/suhelkhan12/skynet-gpt
https://github.com/suhelkhan12/skynet-gpt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suhelkhan12/skynet-gpt
- Owner: Suhelkhan12
- Created: 2023-04-22T16:20:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T16:58:43.000Z (about 2 years ago)
- Last Synced: 2025-04-13T17:08:47.302Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://skynet-gpt.vercel.app
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkynetGpt
This is AI app which gives answers to all the questions entered by the users. OpenAI API are used here to do the NLP processing.
The frontEnd part is simply handles by HTML , CSS , Js.
For API NodeJs is used here.
The prompt added by the user in the form is taken and that prompt is then send to OpenAI server through the OpenAI API.
https://platform.openai.com/docs/introduction refer to this link if want to know more about OpenAI API.