onwards 0.16.1

A flexible LLM proxy library
Documentation
1
2
3
4
5
6
7
8
9
//! OpenAI API request and response schemas for strict validation
//!
//! These schemas are used by the strict router to validate requests before forwarding.
//! They're designed to accept valid OpenAI API requests while providing helpful error
//! messages for malformed requests.

pub mod chat_completions;
pub mod embeddings;
pub mod responses;