NSH is the abbreviation for "Nothing to See Here," a state-of-the-art WYSIWYG (What You See Is What You Get) application meticulously designed with a hacker's mentality. Crafted by Hackers, with Hackers for Hackers, NSH seamlessly fuses Novel technology with the dynamic capabilities of React JS and Express JS. The entire system is turbocharged by the formidable prowess of OpenAI, delivering an unparalleled experience for users who demand precision, power, and a touch of the unconventional.
The project works mainly powered by Novel and OpenAI. A react server is hosted on port 3000 and a express server on port 5000.
The OpenAI prompts will be sent to /api/generate. Which will sent the prompt to chatgpt's gpt-3.5-turbo
model. Note that for the AI to work u need to add OPENAI_KEY to a .env file.
React JS Express JS Novel Js OpenAI
git clone https://github.com/Sudheeshspai/SNH
npm install
cd server
npm install
cd ../client/snh/
npm install
cd ../..
Instructions for running
For OpenAI to work, you need to add OPENAI_KEY=<KEY>
to a .env
file
npm start