tofu-llm 0.1.1

A command-line tool for interacting with LLMs
Documentation

🐤 [WIP] The Tofu Multi-LLM Client

Crates.io Documentation License: MIT License: Apache 2.0

Interact with AI models from the command line, with support for most major LLM providers and a beautiful terminal interface. User- and dev-friendly.

Installation

cargo install tofu-llm

You can also build from source if you prefer.

Usage

tofu [OPTIONS]

Options

  • -v, --verbose: Enable verbose output
  • -h, --help: Print help
  • -V, --version: Print version

Development or Manual Installation

  1. Clone the repository:

    git clone https://github.com/teccdev/tofu-llm.git
    cd tofu-llm
    
  2. Build the project:

    cargo build
    
  3. Run the tests:

    cargo test
    

License

Dual-licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.