octoroute 1.0.0

Intelligent multi-model router for self-hosted LLMs
Documentation
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;