gproxy-transform 3.0.0-alpha.0

GPROXY v3 pairwise protocol transforms
Documentation
1
2
3
4
5
6
use crate::common::stream::claude_to_openai::{Output, State};
use crate::envelope::Converter;

pub(crate) fn converter() -> Box<dyn Converter> {
    Box::new(State::new(Output::Responses))
}