2 releases

0.24.1 Sep 30, 2024
0.24.0 Aug 30, 2024

#2216 in Web programming

Download history 20/week @ 2024-10-09 13/week @ 2024-10-16 5/week @ 2024-10-23 11/week @ 2024-10-30 7/week @ 2024-11-06 3/week @ 2024-11-13 7/week @ 2024-11-20 13/week @ 2024-11-27 7/week @ 2024-12-04 4/week @ 2024-12-11

98 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
~149K SLoC