Skip to content

Commit

Permalink
feat: update OpenAI client version and documentation
Browse files Browse the repository at this point in the history
Update OpenAI client version to 0.2 and enhance README.md with configuration details for API
  • Loading branch information
hanrw committed Apr 27, 2024
1 parent 4472aa7 commit 90aefb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To get started, simply add the following dependency to your Kotlin project:
**OpenAI API**

```kotlin
implementation("com.tddworks:openai-client-jvm:0.1.4")
implementation("com.tddworks:openai-client-jvm:0.2")
```
**Then, configure the OpenAI with your API keys and settings:**
- Default values are provided for the baseUrl, but you can override them with your own values.
Expand Down

0 comments on commit 90aefb2

Please sign in to comment.