async-openai icon indicating copy to clipboard operation
async-openai copied to clipboard

Rust library for OpenAI

Results 36 async-openai issues
Sort by recently updated
recently updated
newest added

https://platform.openai.com/docs/api-reference/administration

enhancement
spec sync

https://platform.openai.com/docs/guides/prompt-caching ```json "usage": { "prompt_tokens": 2006, "completion_tokens": 300, "total_tokens": 2306, "prompt_tokens_details": { "cached_tokens": 1920 }, "completion_tokens_details": { "reasoning_tokens": 0 } } ```

spec sync

Hi, thanks for building `async-openai`. I'm starting this issue to discuss whether it's a good idea to replace `backoff` with the actively maintained [`backon`](https://github.com/Xuanwo/backon). I noticed that this crate exposes...

suggestion

Perhaps through a `reqwest` feature gate which is enabled by default, so that we can use the crate's types only.

suggestion

Fixes #260 This PR currently only implements the `invites` module of the organization API. I'd like to get clarification on some details before I continue. - The organization API requires...

The line endings have changed from ~`LF` to `CRLF`~ `CRLF` to `LF`. `git diff -R` will show the change. It looks like there's some inconsistency on that front, might be...

enhancement