Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Update README.md (#192)
Browse files Browse the repository at this point in the history
Fix the syntax of the bash export section.
  • Loading branch information
tomer-w authored Nov 30, 2023
1 parent 63c2da4 commit 46c39b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pip install canopy-sdk
export PINECONE_API_KEY="<PINECONE_API_KEY>"
export PINECONE_ENVIRONMENT="<PINECONE_ENVIRONMENT>"
export OPENAI_API_KEY="<OPENAI_API_KEY>"
export INDEX_NAME=<INDEX_NAME>
export INDEX_NAME="<INDEX_NAME>"
```

<details>
Expand Down

0 comments on commit 46c39b6

Please sign in to comment.