From 038e42c0e679af7652ed9a33fd3d3e87160d248b Mon Sep 17 00:00:00 2001 From: Amethyst C <37189157+AlphaSerpentis@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:05:48 -0500 Subject: [PATCH] Added Audio to the API list in the README (#324) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fab095b..1824b5e5 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ as well as an example project using the service. - [Chat Completions](https://platform.openai.com/docs/api-reference/chat/create) - [Edits](https://platform.openai.com/docs/api-reference/edits) - [Embeddings](https://platform.openai.com/docs/api-reference/embeddings) +- [Audio](https://platform.openai.com/docs/api-reference/audio) - [Files](https://platform.openai.com/docs/api-reference/files) - [Fine-tunes](https://platform.openai.com/docs/api-reference/fine-tunes) - [Images](https://platform.openai.com/docs/api-reference/images)