You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,9 @@ A REST API implementing each of the [30 example applications](https://platform.o
62
62
_If you're new to Terraform then see [Getting Started With AWS and Terraform](./doc/terraform-getting-started.md)_
63
63
-[OpenAI platform API key](https://platform.openai.com/).
64
64
_If you're new to OpenAI API then see [How to Get an OpenAI API Key](./doc/openai-api-key.md)_
65
-
-[Python 3.11](https://www.python.org/downloads/): for creating virtual environment.
66
-
-[NodeJS](https://nodejs.org/en/download): used with NPM for configuring Semantic Release
67
-
-[Docker Compose](https://docs.docker.com/compose/install/): used for creating the AWS Lambda Layer.
65
+
-[Python 3.11](https://www.python.org/downloads/): for creating virtual environment used for building AWS Lambda Layer, and locally by pre-commit linters and code formatters.
66
+
-[NodeJS](https://nodejs.org/en/download): used with NPM for locally configuring/testing Semantic Release
67
+
-[Docker Compose](https://docs.docker.com/compose/install/): used by an automated Terraform process to create the AWS Lambda Layer for OpenAI and LangChain.
0 commit comments