Skip to content

Commit

Permalink
Fix open ai secret name (#5098)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario authored Mar 23, 2024
1 parent b6f35ad commit feb4777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/agents/chatgpt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Add the OpenAI API token
apiVersion: v1
data:
flyte_openai_access_token: <BASE64_ENCODED_OPENAI_API_TOKEN>
flyte_openai_api_key: <BASE64_ENCODED_OPENAI_API_TOKEN>
kind: Secret
metadata:
annotations:
Expand Down

0 comments on commit feb4777

Please sign in to comment.