TUI for LLMs is a Python-based command-line tool designed to provide an interactive interface for working with large language models, focusing on simplicity and flexibility in local or API-driven environments. It allows users to communicate with LLMs directly from the terminal, making it particularly useful for developers who prefer CLI-based workflows. The tool supports integration with multiple providers, enabling users to switch between local models and remote APIs without changing their workflow significantly. It includes features such as prompt management, session handling, and configurable parameters to control model behavior during execution. Tenere emphasizes minimalism while still offering enough flexibility to support scripting, automation, and experimentation. Its lightweight design makes it easy to install and run without heavy dependencies. Overall, Tenere is a practical utility for developers who want fast, scriptable access to LLMs from the command line.
Features
- Command-line interface for interacting with LLMs
- Support for multiple providers and backends
- Configurable prompts and generation parameters
- Session management for conversational workflows
- Lightweight and dependency-minimal design
- Suitable for scripting and automation