Skip to content

Commit 6d70a33

Browse files
authored
update readme (64bit#247)
1 parent 7e5881f commit 6d70a33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

async-openai/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- [x] Images
3535
- [x] Models
3636
- [x] Moderations
37+
- [ ] Uploads
3738
- SSE streaming on all available APIs
3839
- Requests (except SSE streaming) including form submissions are retried with exponential backoff when [rate limited](https://platform.openai.com/docs/guides/rate-limits).
3940
- Ergonomic builder pattern for all request objects.
@@ -92,7 +93,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
9293
Ok(())
9394
}
9495
```
95-
`
96+
9697
<div align="center">
9798
<img width="315" src="https://raw.githubusercontent.com/64bit/async-openai/assets/create-image/img-1.png" />
9899
<img width="315" src="https://raw.githubusercontent.com/64bit/async-openai/assets/create-image/img-2.png" />

0 commit comments

Comments
 (0)