lm-studio-api-extended 0.1.3

Unofficial Rust client for LM Studio with text embedding support.
Documentation
1
2
3
4
5
6
7
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]

pub mod error;      pub use error::{ Result, Error };
pub mod prelude;

pub mod chat;  pub use chat::*;
pub mod embedding;  pub use embedding::*;