Skip to content

Commit

Permalink
fix self-hosted procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
kkraune authored Dec 13, 2024
1 parent 3ef8d6f commit 3f3e82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrieval-augmented-generation/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<document-api/>

<secrets>
<openai-api-key vault="<my-vault-name>" name="<my-secret-name>"/>
<openai-api-key vault="my-vault-name" name="my-secret-name"/>
</secrets>

<!-- Setup the client to OpenAI -->
Expand Down

0 comments on commit 3f3e82d

Please sign in to comment.