Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 734 Bytes

README.MD

File metadata and controls

43 lines (29 loc) · 734 Bytes

AI Assistant Chat - Using Cursor AI

It provides different AI assistant services tailored for various departments.

Features

  • Supports four AI assistant chats, each with a unique persona
  • Tracks messages and maintains chat history

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Other dependencies...

Installation

  1. Clone the repository

  2. Install dependencies

    npm install
  3. Create a .env file in the root directory of ai-assistant-chat-be and add the following:

    PORT=3000
    DATABASE_URL=your_database_url_here
    OPENAI_API_KEY=your_api_key_here
  4. Start the server

    npm run dev
  5. Start the client

    npm run dev