paladin-llm 0.4.2

LLM provider adapters for the Paladin framework — OpenAI, Anthropic, DeepSeek, and mock
Documentation
1
2
3
4
5
//! DeepSeek LLM provider module.

pub mod adapter;

pub use adapter::{DeepSeekAdapter, DeepSeekConfig};