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
8
9
10
11
//! Tests for Anthropic Provider Implementation
//!
//! This module contains unit tests for Anthropic-specific functionality.
//! Trait compliance tests are in `providers/tests/trait_compliance.rs`.

mod caching;
mod conversion;
mod provider;

// NOTE: Provider HTTP tests are in tests/anthropic_provider_integration_tests.rs
// These tests use MockServer and are slow, so they don't belong in unit tests