aboutsummaryrefslogtreecommitdiffstats
path: root/container-llama/src
diff options
context:
space:
mode:
authorLester Solbakken <lester.solbakken@gmail.com>2024-04-10 17:05:31 +0200
committerLester Solbakken <lester.solbakken@gmail.com>2024-04-10 17:05:31 +0200
commit148aa6016934d7075b4bb125ee40aec7d83394f7 (patch)
tree8126373eb8a3b66f8ea66288a3dc2f892c901912 /container-llama/src
parent4d0144a4d249df6cce37539cba13969e9fd4ca4f (diff)
Add local LLM client and wire in container-llama
Diffstat (limited to 'container-llama/src')
-rw-r--r--container-llama/src/main/java/de/kherud/llama/package-info.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/container-llama/src/main/java/de/kherud/llama/package-info.java b/container-llama/src/main/java/de/kherud/llama/package-info.java
new file mode 100644
index 00000000000..3c9773762b4
--- /dev/null
+++ b/container-llama/src/main/java/de/kherud/llama/package-info.java
@@ -0,0 +1,8 @@
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+/**
+ * @author lesters
+ */
+@ExportPackage
+package de.kherud.llama;
+
+import com.yahoo.osgi.annotation.ExportPackage;