api_openai 0.3.0

OpenAI's API for accessing large language models (LLMs).
Documentation
1
2
3
4
5
use super::*; // Imports items from tests/inc/mod.rs

// Declare the submodules within this directory
mod serialization_test;
mod deserialization_test;