From 0b08b4f1c5babf7c23b25545930eeb36705e3cc3 Mon Sep 17 00:00:00 2001 From: Nicholas Tindle Date: Sun, 23 Apr 2023 01:39:13 -0500 Subject: [PATCH] Update installation.md (#2970) --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index f80b11f701c0..554ad711f437 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -70,6 +70,7 @@ azure_model_map: ... ``` - Details can be found here: https://pypi.org/project/openai/ in the `Microsoft Azure Endpoints` section and here: https://learn.microsoft.com/en-us/azure/cognitive-services/openai/tutorials/embeddings?tabs=command-line for the embedding model. + - If you're on Windows you may need to install https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 ## Docker @@ -94,4 +95,4 @@ docker run -it --env-file=./.env -v $PWD/auto_gpt_workspace:/home/appuser/auto_g docker-compose run --build --rm auto-gpt --gpt3only --continuous ``` -Alternatively, you can pull the latest release directly from [Docker Hub](https://hub.docker.com/r/significantgravitas/auto-gpt) \ No newline at end of file +Alternatively, you can pull the latest release directly from [Docker Hub](https://hub.docker.com/r/significantgravitas/auto-gpt)