| Crates.io | async-openai-types |
| lib.rs | async-openai-types |
| version | 0.24.1 |
| created_at | 2024-08-30 06:54:57.810434+00 |
| updated_at | 2024-09-30 14:45:07.3188+00 |
| description | Rust library for OpenAI |
| homepage | https://github.com/Congyuwang/async-openai-types |
| repository | https://github.com/Congyuwang/async-openai-types |
| max_upload_size | |
| id | 1357423 |
| size | 222,077 |
Async Rust library for OpenAI (Types Only)
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 BoxReqwestError had been renamed to RequestError.