Skip to content

Commit

Permalink
env var renaming in gen ai example docs (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatt-priyadutt authored Sep 25, 2023
1 parent ad0875e commit 20a3dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/generative_chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ zenml integration install langchain llama_index
# install additional dependencies for this example
pip install -r requirements.txt

# make your API keys available in the environment
export SLACK_API_TOKEN=<your slack api token>
# make your API key and token available in the environment
export SLACK_BOT_TOKEN=<your slack api token>
export OPENAI_API_KEY=<your openai api key>

# pull example
Expand Down

0 comments on commit 20a3dbe

Please sign in to comment.