Crate tofu

Crate tofu 

Source
Expand description

Tofu - A command-line tool for interacting with LLMs

This library provides the core functionality for the Tofu CLI tool.

Structs§

Config
The main configuration for the Tofu application.
ConfigFile
Configuration loaded from config file
KeysFile
Configuration loaded from keys file

Functions§

load_config
Loads the configuration from file.
load_keys
Loads the keys file from the default location.
open_config
Opens the config file in the default editor.
open_keys
Opens the keys file in the default editor.
run
Runs the Tofu application with the given configuration.