A terminal-based chat interface with an intelligent assistant.
**Overview**
------------
This script provides a simple way to interact with an AI assistant in your terminal. It uses the Ollama API to generate responses and can handle markdown code blocks, syntax highlighting, and shell commands.
**Features**
------------
* Terminal-based chat interface
* Supports markdown code blocks
* Syntax highlighting using Pygments
* Handles shell commands
* Can copy highlighted code blocks to clipboard
* Allows follow-up questions with `--follow-up` argument
* Customizable model and temperature with `--model` and `--temp` arguments
**Usage**
---------
### Command Line Arguments
The script supports the following command line arguments:
*`--follow-up`: Ask a follow-up question when piping in context
*`--copy`: Copy a codeblock if it appears
*`--shell`: Output a shell command that does as described
*`--model`: Specify model (default: `llama3.1:8b-instruct-q8_0`)