<h2align="center"> 💖 Help Fund Auto-GPT's Development 💖</h2>
<palign="center">
If you can spare a coffee, you can help to cover the API costs of developing Auto-GPT and help push the boundaries of fully autonomous AI!
A full day of development can easily cost as much as $20 in API costs, which for a free project is quite limiting.
@@ -17,14 +17,13 @@ Your support is greatly appreciated
</p>
<palign="center">
Development of this free, open-source project is made possible by all the <ahref="https://github.com/Torantulino/Auto-GPT/graphs/contributors">contributors</a> and <ahref="https://github.com/sponsors/Torantulino">sponsors</a>. If you'd like to sponsor this project and have your avatar or company logo appear below <ahref="https://github.com/sponsors/Torantulino">click here</a>. 💖
Development of this free, open-source project is made possible by all the <ahref="https://github.com/Torantulino/Auto-GPT/graphs/contributors">contributors</a> and <ahref="https://github.com/sponsors/Torantulino">sponsors</a>. If you'd like to sponsor this project and have your avatar or company logo appear below <ahref="https://github.com/sponsors/Torantulino">click here</a>.
It is recommended to use a virtual machine for tasks that require high security measures to prevent any potential harm to the main computer's system and data.
## 🖼 Image Generation
By default, Auto-GPT uses DALL-e for image generation. To use Stable Diffusion, a [HuggingFace API Token](https://huggingface.co/settings/tokens) is required.
Once you have a token, set these variables in your `.env`:
# Some websites might just completely deny request with an error code if no user agent was found.
self.user_agent_header={"User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36"}
user_input="Determine which next command to use, and respond using the format specified above:"
# raise an exception if pinecone_api_key or region is not provided
ifnotcfg.pinecone_api_keyornotcfg.pinecone_region:raiseException("Please provide pinecone_api_key and pinecone_region")
# Initialize memory and make sure it is empty.
# this is particularly important for indexing and referencing pinecone memory
memory=PineconeMemory()
memory.clear()
print('Using memory of type: '+memory.__class__.__name__)
# Interaction Loop
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.