Skip to content

jaytist/cursor-ai-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published