Skip to content

JavaAI v0.3.5

Compare
Choose a tag to compare
@artemnefedov artemnefedov released this 29 Jul 17:45
· 125 commits to main since this release
ee26ac6

Changelog

  • Added the ability to configure interaction with gpt-chat and transfer api-key via javaai.yaml file

Maven

<dependency>
   <groupId>io.github.artemnefedov</groupId>
   <artifactId>javaai</artifactId>
   <version>0.3.5</version>
</dependency>

Gradle

implementation group: 'io.github.artemnefedov', name: 'javaai', version: '0.3.5'