Merge pull request #2802 from okunishinishi/patch-1

Update README.md ( `IMAGE_PROVIDER=sd`=> `IMAGE_PROVIDER=huggingface` )
pull/2837/head
Richard Beales 2023-04-21 19:01:46 +01:00 committed by GitHub
commit e2b599051e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,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"
```