mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-05 22:34:22 +01:00
Update README.md
Fix typo to use setx instead of export for setting up pinecone env variable.
This commit is contained in:
@@ -188,7 +188,7 @@ are loaded for the agent at any given time.
|
||||
For Windows Users:
|
||||
```
|
||||
setx PINECONE_API_KEY "YOUR_PINECONE_API_KEY"
|
||||
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
|
||||
setx PINECONE_ENV "Your pinecone region" # something like: us-east4-gcp
|
||||
|
||||
```
|
||||
For macOS and Linux users:
|
||||
|
||||
Reference in New Issue
Block a user