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)