Skip to content

Vakarva/messaging-suggestions

Repository files navigation

Messaging Suggestions App

Live Demo

This application simulates a chat session between an Injured Worker and a Claims Adjuster. The Adjuster has the option of generating an LLM suggested response to the Worker's message. The Adjuster can adjust the suggested response, send it as is, or discard it altogether.

Getting Started

  1. Clone the repository:
    git clone https://github.com/Vakarva/messaging-suggestions/
  2. Install dependencies:
    npm install
  3. Build the application for production:
    npm run build
  4. Start the application:
    npm start

Usage

  1. Enter your API key (supports OpenAI and Anthropic)
  2. Write messages as the Worker and the Adjuster.
  3. The Adjuster can generate an LLM-suggested response.
  4. Add additional context via Settings in the Navbar.

Hotkeys

From within the chat text area:

  • Send message: Mod + Enter
  • Generate LLM response: Mod + Shift + Enter
  • Undo LLM response: Mod + Shift + ,
  • Redo LLM response: Mod + Shift + .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published