async-openai-types

Crates.ioasync-openai-types
lib.rsasync-openai-types
version0.24.1
sourcesrc
created_at2024-08-30 06:54:57.810434
updated_at2024-09-30 14:45:07.3188
descriptionRust library for OpenAI
homepagehttps://github.com/Congyuwang/async-openai-types
repositoryhttps://github.com/Congyuwang/async-openai-types
max_upload_size
id1357423
size222,077
Congyu (Congyuwang)

documentation

README

async-openai-types

Async Rust library for OpenAI (Types Only)

Overview

async-openai-types is based on async-openai crate, and it removes all reqwest dependencies and contains only types.

Note that this is not 100% compatible with async-openai crate since OpenAiError depends on reqwest::Error, which has been changed to Box and the variant name ReqwestError had been renamed to RequestError.

Commit count: 216

cargo fmt