Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.26 KB

Assist-CLI

Overview

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.

How to Use

Syntax: AssistX [OPTIONS] [INPUT]

Options:

  • -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

Example: Connecting Assistx With HuggingFace GPT Model

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.