objectiveai-cli 2.0.5

ObjectiveAI command-line interface and embeddable library
1
2
3
4
5
6
mod commands;
pub use commands::*;
pub mod create;
pub mod logs;
pub mod retry_tokens;
pub mod instructions;