Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 334 Bytes

CLI GPT

Simple CLI for interacting with AI chatbots. By default it uses Mistral 7B Instruct v0.2.

Setup

  1. Get your HuggingFace Access Token from this page.
  2. Add to your .zshrc or .bashrc: export CLIGPTTOKEN="hf_xxxxxxYOUR-KEY-HERExxxxxx" (make sure to change the key to your key)