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 90aefb2 commit 1738bf3
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 @@ -55,7 +55,7 @@ val chatCompletion = openAI.completions(
**OpenAI Gateway**

```kotlin
implementation("com.tddworks:openai-gateway-jvm:0.1.4")
implementation("com.tddworks:openai-gateway-jvm:0.2")
```

**Then, configure the OpenAIGateway with your API keys and settings:**
Expand Down

0 comments on commit 1738bf3

Please sign in to comment.