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
- Host: GitHub
- URL: https://github.com/jackchatelain/cli-gpt
- Owner: jackchatelain
- License: bsd-2-clause
- Created: 2024-11-19T02:21:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T22:29:17.000Z (7 months ago)
- Last Synced: 2024-12-05T19:15:19.769Z (6 months ago)
- Topics: ai, cli, huggingface, huggingface-transformers, mistral-7b, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)