File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ More Examples: [examples](https://github.com/dongri/openai-api-rs/tree/main/exam
82
82
Check out the [ full API documentation] ( https://platform.openai.com/docs/api-reference/completions ) for examples of all the available functions.
83
83
84
84
## Supported APIs
85
- - [x] [ completions ] ( https://platform.openai.com/docs/api-reference/completions )
85
+ - [x] [ Completions ] ( https://platform.openai.com/docs/api-reference/completions )
86
86
- [x] [ Chat] ( https://platform.openai.com/docs/api-reference/chat )
87
87
- [x] [ Edits] ( https://platform.openai.com/docs/api-reference/edits )
88
88
- [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
93
93
- [x] [ Moderations] ( https://platform.openai.com/docs/api-reference/moderations )
94
94
- [x] [ Function calling] ( https://platform.openai.com/docs/guides/gpt/function-calling )
95
95
- [x] [ Assistants] ( https://platform.openai.com/docs/assistants/overview )
96
+ - [x] [ Batch] ( https://platform.openai.com/docs/api-reference/batch )
96
97
97
98
## License
98
99
This project is licensed under [ MIT license] ( https://github.com/dongri/openai-api-rs/blob/main/LICENSE ) .
You can’t perform that action at this time.
0 commit comments