Update README.md ( `IMAGE_PROVIDER=sd`=> `IMAGE_PROVIDER=huggingface`

modify snippet in README
pull/2802/head
Taka Okunishi 2023-04-21 21:40:57 +09:00 committed by GitHub
parent 6c5d21cbfc
commit 77de428524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ By default, Auto-GPT uses DALL-e for image generation. To use Stable Diffusion,
Once you have a token, set these variables in your `.env`:
```bash
IMAGE_PROVIDER=sd
IMAGE_PROVIDER=huggingface
HUGGINGFACE_API_TOKEN="YOUR_HUGGINGFACE_API_TOKEN"
```