Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions async-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
- [x] Completions (including SSE streaming)
- [x] Edits
- [x] Embeddings
- [x] Files (List, Upload, Delete, Retrieve, Retrieve Content)
- [x] Fine-Tuning (including SSE streaming Fine-tuning events)
- [x] Images (Generation, Edit, Variation)
- [ ] Microsoft Azure Endpoints / AD Authentication
- [x] Files
- [x] Fine-Tuning (including SSE streaming)
- [x] Images
- [ ] Microsoft Azure Endpoints / AD Authentication (see [issue](https://github.com/64bit/async-openai/issues/32))
- [x] Models
- [x] Moderations
- Non-streaming requests are retried with exponential backoff when [rate limited](https://help.openai.com/en/articles/5955598-is-api-usage-subject-to-any-rate-limits) by the API server.
- Ergonomic Rust library with builder pattern for all request objects.

*Being a young project there are rough edges*
*Being a young project there could be rough edges.*

## Usage

Expand Down Expand Up @@ -98,6 +98,8 @@ async fn main() -> Result<(), Box<dyn Error>> {

Thank you for your time to contribute and improve the project, I'd be happy to have you!

A good starting point would be an [open issue](https://github.com/64bit/async-openai/issues).

## License

This project is licensed under [MIT license](https://github.com/64bit/async-openai/blob/main/LICENSE).