Skip to content

Commit

Permalink
Update installation.md (Significant-Gravitas#2970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle authored Apr 23, 2023
1 parent bb78646 commit 0b08b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)

0 comments on commit 0b08b4f

Please sign in to comment.