llmproxy 0.2.2

A simple HTTP proxy server for llm api requests
Documentation
1
2
3
4
5
pub mod handler;
pub mod model_extractor;
pub mod request_builder;

pub use handler::proxy_request_handler;