mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
|
# openai
|
||
|
# your api key from https://platform.openai.com/account/api-keys
|
||
|
OPENAI_API_KEY=
|
||
|
|
||
|
# pinecone
|
||
|
# your api key from left menu "API Keys" in https://app.pinecone.io
|
||
|
PINECONE_API_KEY=your_pinecone_api_key_here
|
||
|
# your pinecone environment from left menu "API Keys" in https://app.pinecone.io
|
||
|
PINECONE_ENVIRONMENT=us-west4-gcp
|