aish stands for AI Shell, a CLI tool that converts natural language instructions into executable bash commands.
- Clone the repository:
git clone https://github.com/yourusername/aish.git
cd aish- Install the package using pip:
pip install .-
Install ollama
-
Pull fine-tuned model from ollama:
ollama pull hf.co/saisasanky/Llama-3.1-8B-Instruct-bnb-4bit-aish-gguf:Q8_0Basic usage:
aish "Show the top 5 processes by memory usage"Advanced options:
aish "Find all files modified in the last 24 hours" --model mistral --temperature 0.3--model,-m: The Ollama model to use (default: llama2)--temperature,-t: Temperature for command generation (default: 0.2)
- Python 3.10+
- Ollama installed and running locally
- Internet connection for initial model download
MIT