From efbb6d7c26d40e6b3bdf49aafba8a46d584f00a6 Mon Sep 17 00:00:00 2001 From: Russell Date: Sat, 16 Dec 2023 11:40:00 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 50899e9..2db63ee 100644 --- a/README.rst +++ b/README.rst @@ -56,7 +56,7 @@ To set up the project, follow these steps: pip install -r requirements.txt -4. Set up environment variables for your AWS credentials and OpenAI API key:: +4. Set up environment variables for your AWS, OpenAI, or Mistral API keys:: export AWS_ACCESS_KEY_ID="your_access_key" export AWS_SECRET_ACCESS_KEY="your_secret_key"