32 lines
580 B
Markdown
32 lines
580 B
Markdown
# 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.
|