async-openai
async-openai copied to clipboard
Rust library for OpenAI
https://platform.openai.com/docs/api-reference/administration
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 } } ```
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...
Perhaps through a `reqwest` feature gate which is enabled by default, so that we can use the crate's types only.
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...