hiramu-cli 0.1.23

A command-line interface tool for interacting with large language models (LLMs) on AWS Bedrock and generating text based on prompts.
Documentation
1
2
3
4
5
6
7
pub mod error;
pub mod model;
pub mod generator;
pub mod model_alias;
pub mod provider;
pub mod config;
pub mod version;