Chat functionality
This project is a conversational interaction between the AI and the user. The conversation follows a set path with predefined topics and subtopics.
Ensure you have NodeJS and npm installed.
-
Clone the repository
git clone [Link] cd [your project directory]
-
Install dependencies
npm install
-
Install Axios (if not already installed as a dependency)
npm install axios
-
Setup
.env
fileCreate a
.env
file in the root directory and populate it with necessary environment variables.API_KEY=your_api_key
Run the project using:
npm start
Run tests using:
npm test
If you would like to contribute, please fork the repository and submit a pull request.
This project is licensed under the ISC License.