1 2 3 4 5 6
//! Shared utilities used across multiple handlers //! //! This module contains logic that is shared between the legacy `/chat` //! endpoint and the OpenAI-compatible `/v1/chat/completions` endpoint. pub mod query;