kopitiam-ai 0.2.3

Pluggable model adapters (local Qwen, Claude, GPT, Gemini) for KOPITIAM's Semantic Runtime.
Documentation
1
2
3
4
5
6
7
//! Test-only fixtures shared by [`super::adapter`]'s `#[cfg(test)]` unit
//! tests.
//!
//! `#[cfg(test)]`-gated in [`super`] (see `mod.rs`), so none of this exists
//! in a release build.

pub(crate) mod synthetic_gguf;