Skip to content

Commit

Permalink
Released v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Jun 27, 2023
1 parent 1539538 commit d832aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ outputs for the OpenAI API.
- **AgentService**: This is the core service of the library. It formats input data, performs chat completion, and parses
the output.

- **Built-in Formatters and Parsers**: The library comes with built-in JSON formatters (for inputs) and parsers (for
outputs). More can be added in future updates.
- **Built-in Formatters and Parsers**: The library comes with built-in JSON & XML formatters (for inputs)
and parsers (for outputs). More might be added in future updates.

- **Custom Formatters and Parsers**: A key functionality is that you can implement any custom formatter or parser and
use it with an AgentService.
Expand Down Expand Up @@ -83,8 +83,8 @@ complete blog article with just a few keywords. And this is an example.
use `AgentServiceFactory` to create instances of `AgentService` with the appropriate formatter and parser, and use
this service to interact with the OpenAI API.

- If you want to understand how this API works. Check out the Integration Tests, they provide a general idea of how
everything works.
- If you want to understand how this API works. Check out the Integration Tests, especially `AgentServiceIT`.
They provide a general idea of how everything works.

## Application Properties

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.izzatalsharif.openai</groupId>
<artifactId>chat-agent</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
<name>chat-agent</name>
<description>chat-agent</description>
<properties>
Expand Down

0 comments on commit d832aed

Please sign in to comment.