A simple personalized ai chatbot using gemini api which you can include in your portfolio website
Follow these instructions to set up the project on your local machine for development and testing.
Ensure you have the following software installed:
-
Clone the repository:
git clone https://github.com/rutaganda-salim/salixai.git
-
Navigate to the project directory:
-
Install the project dependencies:
npm install
Get a gemini api and create a file named .env.local and add the following variables:
GEMINI_API_KEY=your_gemini_api_key
or refer to the .env.sample
You can start editing the route.ts with your own personal info in Saliminfo variable.
then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.