@citibot/cb-gtp3
v1.0.2
Published
Gtp3 Document Manager
Downloads
3
Readme
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>