openai-core 0.1.1

Rust SDK for OpenAI-compatible ecosystem
Documentation
1
2
3
4
5
6
7
8
#[path = "contract/client.rs"]
mod client;

#[path = "contract/longtail.rs"]
mod longtail;

#[path = "contract/resources.rs"]
mod resources;