Assist-CLI is a command-line tool that enables seamless communication with API's through the command-line interface. It simplifies interactions and enhances efficiency.
Syntax: AssistX [OPTIONS] [INPUT]
-h, --help
: Display help-?, --connect
: Sends Request To API--hfconnect
: Sends Request To A Huggingface Model--setup
: Setup the environment--uninstall
: Uninstall Assist-CLI--version
: Check Version--about
: About Assist-CLI
Add This To Env File : API="https://api-inference.huggingface.co/models/microsoft/DialoGPT-medium"
Add Huggingface Access Token In The Key Field : Key="XXXXXXXXXXXX"
Example: AssistX --connect "How Are You"
Output: Model: I'm Find Thank You
Note: Note That The CLI Tool Requires A Key To Connect With Huggingface Models You Can Provide It in The Key Feild In The env File.