objectiveai-api 2.0.5

ObjectiveAI API Server
1
2
3
4
5
6
7
//! Vote cache retrieval client.
//!
//! Provides access to votes from historical completions and the global cache.

mod client;

pub use client::*;