Suzuke is a useful terminal-based AI assistant application that brings AI capabilities to your command line. It provides an elegant and interactive interface for conversing with AI models directly from your terminal.
- Configurable file config
- Support for multiple LLM models
- Python 3.12+
- uv
- git
-
Clone the repository:
git clone https://github.com/MATHIP6/suzuke.git cd suzuke -
Install dependencies:
uv sync
-
Run suzuke
uv run src/main.py
All contributions are welcome! Feel free to:
- Open issues for bugs or feature requests
- Submit pull requests with improvements
- Suggest enhancements or modifications
This project is licensed under the MIT License.