Crates.io | await-openai |
lib.rs | await-openai |
version | |
source | src |
created_at | 2024-01-19 08:13:15.063168+00 |
updated_at | 2025-03-29 14:03:02.771779+00 |
description | utils for openai |
homepage | https://github.com/washanhanzi/await-openai |
repository | https://github.com/washanhanzi/await-openai |
max_upload_size | |
id | 1105061 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
ease your way to work with openai, gemini and anthropic api
[!WARNING] wip, not stable.
use full version number as dependency.
breaking change may happen in minor version update until
1.0.0
.
only support chat completion for now
compare to async-openai
blazing fast serilization compared to openai-func-enums
transform openai's request to anthropic's request.
transform authropic's response to openai's response.
Test Category | Test Performed | Time (ns or µs) | Outliers |
---|---|---|---|
Deserialize | Default Request | 413.61 ns - 415.89 ns | |
Deserialize | Default Request with async-openai | 432.63 ns - 433.11 ns | 6 (6.00%): 2 low mild, 2 high mild, 2 high severe |
Deserialize | Image Input Request | 1.1024 µs - 1.1066 µs | 5 (5.00%): 1 low severe, 1 low mild, 2 high mild, 1 high severe |
Serialize | Default Request | 477.29 ns - 479.68 ns | |
Serialize | With async-openai builder pattern | 847.53 ns - 851.97 ns | 6 (6.00%): 1 low mild, 3 high mild, 2 high severe |
Serialize | Function Tool | 910.31 ns - 912.73 ns | 13 (13.00%): 5 high mild, 8 high severe |
Serialize | Function Tool with Func Enum | 6.4547 µs - 6.4676 µs | 8 (8.00%): 6 high mild, 2 high severe |