!pip -q install openai pinecone-client !git clone https://github.com/Torantulino/Auto-GPT.git %cd 'Auto-GPT' !pip install -r requirements.txt %cd 'Auto-GPT' import os os.environ["OPENAI_API_KEY"] = "" os.environ["PINECONE_API_KEY"] = "" os.environ["PINECONE_ENVIRONMENT"] = "us-west1-gcp" ls !cat ai_settings.yaml %%writefile ai_settings.yaml ai_goals: - find a yubikey 5c for sale at various sites - compare the prices of the yubikeys from multiple sites - make a recommendation for where to get the best price ai_name: Master Shoper ai_role: an AI designed to autonomously find the best price for yubikey 5c security key !cat scripts/data/prompt.txt ls scripts/ !cat scripts/browse.py !python scripts/main.py