From 9c40dbc57fc498a2428b306f9c9069c42b25413f Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Tue, 5 Mar 2024 08:13:26 +0800 Subject: [PATCH] remove redundant sentences Signed-off-by: Future-Outlier --- docs/deployment/agents/chatgpt.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/deployment/agents/chatgpt.rst b/docs/deployment/agents/chatgpt.rst index 6d2ef6ba5d..bbab67638f 100644 --- a/docs/deployment/agents/chatgpt.rst +++ b/docs/deployment/agents/chatgpt.rst @@ -70,8 +70,6 @@ Specify agent configuration Add the OpenAI API token ------------------------------- -You have to set the OpenAI API token to the Flyte configuration. - 1. Install flyteagent pod using helm: .. code-block:: @@ -79,7 +77,7 @@ You have to set the OpenAI API token to the Flyte configuration. helm repo add flyteorg https://flyteorg.github.io/flyte helm install flyteagent flyteorg/flyteagent --namespace flyte -2. Get the base64 value of your OPENAI API token: +2. Get the base64 value of your OpenAI API token: .. code-block:: @@ -130,7 +128,7 @@ Upgrade the Flyte Helm release .. group-tab:: Flyte core .. code-block:: bash - +`` helm upgrade flyte/flyte-core -n --values values-override.yaml Replace ```` with the name of your release (e.g., ``flyte``)