Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#2802 from okunishinishi/patch-1
Browse files Browse the repository at this point in the history
Update README.md ( `IMAGE_PROVIDER=sd`=> `IMAGE_PROVIDER=huggingface` )
  • Loading branch information
richbeales authored Apr 21, 2023
2 parents e20d388 + 77de428 commit e2b5990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit e2b5990

Please sign in to comment.