An open API service indexing awesome lists of open source software.

https://github.com/jackchatelain/cli-gpt

Simple CLI for interacting with AI chatbots
https://github.com/jackchatelain/cli-gpt

ai cli huggingface huggingface-transformers mistral-7b python

Last synced: 4 months ago
JSON representation

Simple CLI for interacting with AI chatbots

Awesome Lists containing this project

README

        

# 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](https://huggingface.co/settings/tokens).
2. Add to your .zshrc or .bashrc: `export CLIGPTTOKEN="hf_xxxxxxYOUR-KEY-HERExxxxxx"` (make sure to change the key to your key)