forja-llm 0.1.0

Multi-provider LLM connector for Forja framework
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod config;
pub mod models;
pub mod presets;

pub use client::LlmClient;
pub use config::LlmConfig;