1 unstable release

0.24.0 Aug 30, 2024

#2144 in Web programming

Download history 151/week @ 2024-08-28 7/week @ 2024-09-04

158 downloads per month

MIT license

225KB
3.5K SLoC

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.

Dependencies

~6–13MB
~150K SLoC