Skip to content

jackchatelain/cli-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)