We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551df65 commit dd92c57Copy full SHA for dd92c57
aws-simple-rag/services.xml
@@ -20,7 +20,7 @@
20
21
<!-- Setup the client to Bedrock -->
22
<component id="openai" class="ai.vespa.llm.clients.OpenAI">
23
- <config name = "ai.vespa.llm.clients.llm-client">
+ <config name="ai.vespa.llm.clients.llm-client">
24
<endpoint>https://bedrock-runtime.us-east-1.amazonaws.com/openai/v1</endpoint>
25
<apiKeySecretName>bedrock-api-key</apiKeySecretName>
26
<model>openai.gpt-oss-20b-1:0</model>
0 commit comments