Refactored to flow Hub Packaging directory structures
This commit is contained in:
31
basic-messenger-cli/application/README.md
Normal file
31
basic-messenger-cli/application/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user