start of AI implementation for automatic reports
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user