mod.rs 193 Bytes
Newer Older
1
2
3
4
5
6
// Protocol definitions and validation for various LLM APIs
// This module provides a structured approach to handling different API protocols

pub mod common;
pub mod generate;
pub mod openai;