Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
Jdban committed Apr 3, 2023
1 parent a0059c0 commit e51d340
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -28,9 +28,7 @@ Finally, the script uses Pinecone to store and retrieve task results for context
# How to Use
To use the script, you will need to follow these steps:

1. Install the required packages:
-openai
-pinecone
1. Install the required packages: `pip install -r requirements.txt`
2. Set your OpenAI and Pinecone API keys in the OPENAI_API_KEY and PINECONE_API_KEY variables.
3. Set the Pinecone environment in the PINECONE_ENVIRONMENT variable.
4. Set the name of the table where the task results will be stored in the YOUR_TABLE_NAME variable.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
openai==0.27.2
pinecone-client==2.2.1

0 comments on commit e51d340

Please sign in to comment.