..
2025-05-19 18:08:51 -05:00
2025-04-25 17:19:40 -05:00
2025-04-25 17:19:40 -05:00
2025-04-25 17:19:40 -05:00
2025-04-25 17:27:24 -05:00

Basic Messenger CLI

Overview

Basic Messenger CLI is a command line chat program that allows users to interact with IVA Studio's basic-messenger API.

Installation

  1. Install the dependencies:

    npm install
    
  2. Create a .env file in the root directory and add your END_POINT and MODEL:

    END_POINT=https://router.ivastudio.verint.live/ProxyScript/run/67bca862210071627d32ef12/current/basic_messenger
    MODEL=main
    

Usage

To start the application, run:

node start

License

This project is licensed under the MIT License.