Update installation.md (#2970)

This commit is contained in:
Nicholas Tindle
2023-04-23 01:39:13 -05:00
committed by GitHub
parent bb786461c7
commit 0b08b4f1c5

View File

@@ -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)
Alternatively, you can pull the latest release directly from [Docker Hub](https://hub.docker.com/r/significantgravitas/auto-gpt)