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.
- Config
File - Configuration loaded from config file
- Keys
File - 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.