Skip to content

Commit 0f03efe

Browse files
committed
Add batch api to supported apis
1 parent 64e12e7 commit 0f03efe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ More Examples: [examples](https://github.com/dongri/openai-api-rs/tree/main/exam
8282
Check out the [full API documentation](https://platform.openai.com/docs/api-reference/completions) for examples of all the available functions.
8383

8484
## Supported APIs
85-
- [x] [completions](https://platform.openai.com/docs/api-reference/completions)
85+
- [x] [Completions](https://platform.openai.com/docs/api-reference/completions)
8686
- [x] [Chat](https://platform.openai.com/docs/api-reference/chat)
8787
- [x] [Edits](https://platform.openai.com/docs/api-reference/edits)
8888
- [x] [Images](https://platform.openai.com/docs/api-reference/images)
@@ -93,6 +93,7 @@ Check out the [full API documentation](https://platform.openai.com/docs/api-refe
9393
- [x] [Moderations](https://platform.openai.com/docs/api-reference/moderations)
9494
- [x] [Function calling](https://platform.openai.com/docs/guides/gpt/function-calling)
9595
- [x] [Assistants](https://platform.openai.com/docs/assistants/overview)
96+
- [x] [Batch](https://platform.openai.com/docs/api-reference/batch)
9697

9798
## License
9899
This project is licensed under [MIT license](https://github.com/dongri/openai-api-rs/blob/main/LICENSE).

0 commit comments

Comments
 (0)