Loading repository data…
Loading repository data…
Scorpio4938 / repository
A very basic and brief lib for calling llms in java.
A very basic and brief lib for calling llms in java 17.
<dependency>
<groupId>io.github.scorpio4938</groupId>
<artifactId>java-llm-call</artifactId>
<version>1.0.1</version>
</dependency>
implementation 'io.github.scorpio4938:java-llm-call:1.0.1'
implementation("io.github.scorpio4938:java-llm-call:1.0.1")
See CHANGELOG.md for details.
Under the MIT License