From 2d9fd2e6c78e9ae8580cd4a21d20d0febb8f9c93 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Wed, 19 Apr 2023 10:58:01 +0200 Subject: Llm completion abstraction and OpenAi implementation --- model-integration/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'model-integration/pom.xml') diff --git a/model-integration/pom.xml b/model-integration/pom.xml index c27ed9d2c31..c96441f11a7 100644 --- a/model-integration/pom.xml +++ b/model-integration/pom.xml @@ -110,6 +110,11 @@ lz4-java + + com.theokanning.openai-gpt3-java + service + + junit junit @@ -146,6 +151,18 @@ org.apache.maven.plugins maven-compiler-plugin + + + + -Xlint:all + -Xlint:-rawtypes + -Xlint:-unchecked + -Xlint:-serial + + com.github.os72 -- cgit v1.2.3