objectiveai-api 2.0.5

ObjectiveAI API Server
1
2
3
4
5
6
7
8
//! Vector completion operations.
//!
//! Vector completions produce scores rather than text. Multiple LLMs vote on
//! response options, and their votes are combined using weights to produce
//! final scores.

/// Vector completion client and types.
pub mod completions;