Skip to content

Commit

Permalink
Merge pull request #25 from sashirestela/23-complete-pending-parts-of…
Browse files Browse the repository at this point in the history
…-assistants-api

Update Readme
  • Loading branch information
sashirestela authored Nov 28, 2023
2 parents 00ddffb + aa8b8ac commit a495073
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<ResponseObject>```, which means they are asynchronous, but you can call the join() method to return the result value when complete.


Expand Down Expand Up @@ -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```
Expand Down
Binary file added media/assistants_api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.sashirestela</groupId>
<artifactId>simple-openai</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

<name>simple-openai</name>
Expand Down

0 comments on commit a495073

Please sign in to comment.