stakai 0.3.78

A provider-agnostic Rust SDK for AI completions with streaming support - Built by Stakpak
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Integration tests
//!
//! These tests require API keys to be set in environment variables.
//! They are ignored by default and can be run with:
//! `cargo test --test integration -- --ignored`

#[cfg(test)]
mod openai;

#[cfg(test)]
mod anthropic;

#[cfg(test)]
mod gemini;