start of AI implementation for automatic reports

This commit is contained in:
2023-07-22 12:25:06 +02:00
parent f886759b0f
commit a8d37b82db
12 changed files with 438 additions and 11 deletions

View File

@ -1,4 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'java'
}
@ -19,6 +20,7 @@ repositories {
dependencies {
compileOnly "io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT"
implementation 'com.theokanning.openai-gpt3-java:service:0.14.0'
}
def targetJavaVersion = 17