summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-04-19 10:58:01 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-04-19 10:58:01 +0200
commit2d9fd2e6c78e9ae8580cd4a21d20d0febb8f9c93 (patch)
treeb42f58bd734f4db2e2e45dfad298f96ade13573e /fat-model-dependencies
parent4dd12fde1043fb42eeac2917d40e77e2682403e4 (diff)
Llm completion abstraction and OpenAi implementation
Diffstat (limited to 'fat-model-dependencies')
-rw-r--r--fat-model-dependencies/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/fat-model-dependencies/pom.xml b/fat-model-dependencies/pom.xml
index b58533b32e9..0ae2c68e6a8 100644
--- a/fat-model-dependencies/pom.xml
+++ b/fat-model-dependencies/pom.xml
@@ -96,6 +96,10 @@
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.theokanning.openai-gpt3-java</groupId>
+ <artifactId>service</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>