aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration/src/main/resources/configdefinitions/llm-client.def
diff options
context:
space:
mode:
Diffstat (limited to 'model-integration/src/main/resources/configdefinitions/llm-client.def')
-rwxr-xr-xmodel-integration/src/main/resources/configdefinitions/llm-client.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/model-integration/src/main/resources/configdefinitions/llm-client.def b/model-integration/src/main/resources/configdefinitions/llm-client.def
new file mode 100755
index 00000000000..0866459166a
--- /dev/null
+++ b/model-integration/src/main/resources/configdefinitions/llm-client.def
@@ -0,0 +1,8 @@
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+package=ai.vespa.llm.clients
+
+# The name of the secret containing the api key
+apiKeySecretName string default=""
+
+# Endpoint for LLM client - if not set reverts to default for client
+endpoint string default=""