The Bing AI Plugin enables Auto-GPT to use Bing AI to research information, ask questions, get advice, and more.
bing.com
cookies.json
cookies.json
file into the Auto-GPT folder.Follow these steps to configure the AutoGPT Bing AI Plugin:
cd into a folder that you can find easily. For example: cd desktop
.
Then, paste this command: git clone https://github.com/gravelBridge/AutoGPTBingAI.git
Navigate to the folder where you ran the cd command
On MacOS, right click the BingAI folder and press Compress
. On windows, right click the folder, and press Send to > Compressed (zipped)
.
Move the new BingAI.zip file to the AutoGPT plugins directory, there should already be a file there titled __PUT_PLUGIN_ZIPS_HERE__
.
Append the following configuration settings to the end of the .env file:
################################################################################
### BINGAI
################################################################################
BINGAI_COOKIES_PATH=./cookies.json
BINGAI_MODE=<your chosen mode>
For the BINGAI_MODE
, use either precise, balanced, or creative.
Set ALLOWLISTED_PLUGINS=BingAI,example-plugin1,example-plugin2,etc
in your AutoGPT .env
file.
When using Auto-GPT please set one of the goals to "Use ask_bing_genius whenever possible".