Skip to content

Commit 00e8a3a

Browse files
authored
update readme (#33)
* update readme * dont use table; not pleasant * back to checkbox * update
1 parent ee76998 commit 00e8a3a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

async-openai/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
- [x] Completions (including SSE streaming)
2727
- [x] Edits
2828
- [x] Embeddings
29-
- [x] Files (List, Upload, Delete, Retrieve, Retrieve Content)
30-
- [x] Fine-Tuning (including SSE streaming Fine-tuning events)
31-
- [x] Images (Generation, Edit, Variation)
32-
- [ ] Microsoft Azure Endpoints / AD Authentication
29+
- [x] Files
30+
- [x] Fine-Tuning (including SSE streaming)
31+
- [x] Images
32+
- [ ] Microsoft Azure Endpoints / AD Authentication (see [issue](https://github.com/64bit/async-openai/issues/32))
3333
- [x] Models
3434
- [x] Moderations
3535
- 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.
3636
- Ergonomic Rust library with builder pattern for all request objects.
3737

38-
*Being a young project there are rough edges*
38+
*Being a young project there could be rough edges.*
3939

4040
## Usage
4141

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

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

101+
A good starting point would be an [open issue](https://github.com/64bit/async-openai/issues).
102+
101103
## License
102104

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

0 commit comments

Comments
 (0)