diff --git a/README.md b/README.md index a77551c7..624f210d 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ Full support for all of the OpenAI services, including the latest changes announ * Text to image (as part of Image) * Embeddings * Fine tuning - -NOTE: Includes the Beta Assistants API. +* Assistants API (Beta) ![Services](media/supported_services.png) +![Assitants API](media/assistants_api.png) + NOTE: All the responses are ```CompletableFuture```, which means they are asynchronous, but you can call the join() method to return the result value when complete. @@ -267,6 +268,7 @@ Examples for each OpenAI service have been created in the folder [demo](https:// * image * model * moderation + * assistant * ```[debug]``` Is optional and creates the ```demo.log``` file where you can see log details for each execution. * For example, to run the chat demo with a log file: ```./rundemo.sh chat debug``` diff --git a/media/assistants_api.png b/media/assistants_api.png new file mode 100644 index 00000000..abd5bd74 Binary files /dev/null and b/media/assistants_api.png differ diff --git a/pom.xml b/pom.xml index 786fb4b5..53914e35 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.sashirestela simple-openai - 1.2.1 + 1.2.2 jar simple-openai