aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-06-13 23:53:51 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-06-13 23:53:51 +0200
commitb327b99a6a7798c5e4ef76184965176699cffac3 (patch)
tree5b0aa86056c9d0d5477ca7b65130a6742731428c /vespajlib/abi-spec.json
parent3567995f6b857b677a6e7dbf82f952a3dfc388cd (diff)
Update deps and ABI spec
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index fe07460c20b..36f5d22a4fd 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -4009,6 +4009,33 @@
],
"fields" : [ ]
},
+ "ai.vespa.llm.client.openai.OpenAiClient$Builder" : {
+ "superClass" : "java.lang.Object",
+ "interfaces" : [ ],
+ "attributes" : [
+ "public"
+ ],
+ "methods" : [
+ "public void <init>(java.lang.String)",
+ "public ai.vespa.llm.client.openai.OpenAiClient$Builder model(java.lang.String)",
+ "public ai.vespa.llm.client.openai.OpenAiClient$Builder temperature(double)",
+ "public ai.vespa.llm.client.openai.OpenAiClient build()"
+ ],
+ "fields" : [ ]
+ },
+ "ai.vespa.llm.client.openai.OpenAiClient" : {
+ "superClass" : "java.lang.Object",
+ "interfaces" : [
+ "ai.vespa.llm.LanguageModel"
+ ],
+ "attributes" : [
+ "public"
+ ],
+ "methods" : [
+ "public java.util.List complete(ai.vespa.llm.completion.Prompt)"
+ ],
+ "fields" : [ ]
+ },
"ai.vespa.llm.completion.Completion$FinishReason" : {
"superClass" : "java.lang.Enum",
"interfaces" : [ ],