This project is a cutting-edge AI innovation that allows users to define system prompts, enabling the AI to adopt roles tailored to various industries like travel, healthcare, education, and more. With aimlapi APIs powering the backend, the AI adjusts its responses based on the specific needs of users.
Users can define the AI's personality and role, prompting it to respond contextually based on their specific needs. When I input “Act like a travel agent,” the AI seamlessly shifts into that role, providing insightful answers just like a seasoned professional would!
This project opens up endless possibilities. Imagine empowering entrepreneurs with an intelligent assistant that understands their brand voice or enabling educators to have a virtual tutor that adapts to each student’s learning style. The potential is incredible!
Website live on -https://ai-generating-site-1.onrender.com/
Clone the project and navigate to the project directory:
git clone
cd backend
Installation all packages
npm install
create .env file and update "apiKey"
- To generate api Keys refer this https://aimlapi.com/app/sign-up/
apiKey = <Your Key>
PORT=8080
Run the App
Node index.js