1.0.2 • Published 4 years ago

@citibot/cb-gtp3 v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Citibot GTP3 CLI

This is a simple command line interface for managing documents and accounts for GTP3 clients. GTP3 Search is a ML driven search feature using natural language modles to understand inputs. GTP3 is driven by JSON Lines documents .jsonl. This CLI will help manage creation and maintaining these documents.

Usage

Upload a File

$: upload <filename> <accountId>  <apiKey>

List all files from GTP3

$: list

Delete a file

$: delete <file_id> <apiKey>

Get and Write a file

$: get-file <file_id> <apiKey>

Get Token

$: getToken <apiKey>