Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sashirestela committed Dec 22, 2024
1 parent 9325b24 commit ed2e57f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A Java library to use the OpenAI Api in the simplest possible way.
- [Chat Completion with Structured Outputs](#chat-completion-with-structured-outputs)
- [Chat Completion Conversation Example](#chat-completion-conversation-example)
- [Assistant v2 Conversation Example](#assistant-v2-conversation-example)
- [Realtime Conversation Example](#realtime-conversation-example)
- [Realtime Conversation Example](#realtime-conversation-example) **UPDATED**
- [Exception Handling](#-exception-handling)
- [Support for Additional OpenAI Providers](#-support-for-additional-openai-providers)
- [Azure OpenAI](#azure-openai)
Expand Down Expand Up @@ -57,7 +57,8 @@ Full support for most of the OpenAI services:
* Image (Generate, Edit, Variation)
* Models (List)
* Moderation (Check Harmful Text)
* Realtime Beta (Speech-to-Speech Conversation, Multimodality, Function Calling) **NEW**
* Realtime Beta (Speech-to-Speech Conversation, Multimodality, Function Calling) **UPDATED**
* Session Token (Create Ephemeral Tokens) **NEW**
* Upload (Upload Large Files in Parts)
* Assistants Beta v2 (Assistants, Threads, Messages, Runs, Steps, Vector Stores, Streaming, Function Calling, Vision, Structured Outputs)

Expand Down Expand Up @@ -1032,6 +1033,7 @@ Examples for each OpenAI service have been created in the folder [demo](https://
* Model
* Moderation
* Realtime
* SessionToken
* Upload
* Conversation
* AssistantV2
Expand Down

0 comments on commit ed2e57f

Please sign in to comment.