multi-llm 1.0.0

Unified multi-provider LLM client with support for OpenAI, Anthropic, Ollama, and LMStudio
Documentation
1
2
3
4
5
6
7
//! Tests for OpenAI-Shared Utilities
//!
//! This module contains unit tests for OpenAI-compatible provider utilities.
//! These utilities are shared across OpenAI, LMStudio, and Ollama providers.

mod conversion;
mod custom_format_parser;