Skip to content

Commit

Permalink
remove redundant sentences
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Mar 5, 2024
1 parent 173fd5a commit 9c40dbc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/deployment/agents/chatgpt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,14 @@ 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::
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::
Expand Down Expand Up @@ -130,7 +128,7 @@ Upgrade the Flyte Helm release
.. group-tab:: Flyte core

.. code-block:: bash
``
helm upgrade <RELEASE_NAME> flyte/flyte-core -n <YOUR_NAMESPACE> --values values-override.yaml

Replace ``<RELEASE_NAME>`` with the name of your release (e.g., ``flyte``)
Expand Down

0 comments on commit 9c40dbc

Please sign in to comment.