Skip to content

Commit

Permalink
Update to version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnefedov committed Jul 2, 2023
1 parent 5272322 commit bc92f34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
push:
tags:
- '*'
workflow_dispatch:
# release:
# types: [created]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ implementation group: 'io.github.artemnefedov', name: 'javaai', version: '0.3.4'
### Initialize JavaAI

```java
JavaAI javaAI=javaAiBuilder("YOUR_OPEN_AI_API-KEY");
JavaAI javaAI=javaAiBuilder("YOUR_API-KEY");
```

## Java AI example
Expand Down

0 comments on commit bc92f34

Please sign in to comment.