It provides different AI assistant services tailored for various departments.
- Supports four AI assistant chats, each with a unique persona
- Tracks messages and maintains chat history
- Node.js (v14 or higher)
- npm or yarn
- Other dependencies...
-
Clone the repository
-
Install dependencies
npm install
-
Create a
.env
file in the root directory ofai-assistant-chat-be
and add the following:PORT=3000 DATABASE_URL=your_database_url_here OPENAI_API_KEY=your_api_key_here
-
Start the server
npm run dev
-
Start the client
npm run dev