Auto-GPT
..................................................
#Update = 2023-04-21
..................................................
#Keywords = Auto-GPT, Python, Git, .
..................................................
Steps:
1. Install Python (above version 3.8)
2. Install Git , then open prompt (Git Bash), input:
git clone https://github.com/Torantulino/Auto-GPT.git
3. In the Auto-GPT folder, Open ".env.template" file, and input the OpenAI key into "OPENAI_API_KEY" (replace the " your-openai-api-key")
Save as ".env" file
4. Open (Anaconda) Prompt, go to the Auto-GPT folder, Input :
pip3 install -r requirements.txt
5. Download "Docker Desktop", Install and execute the Docker (just keep the program open).
6. Open (Anaconda) Prompt, go to the Auto-GPT folder, Input :
python -m autogpt
7. Execute Auto-GPT :
(1) Input AI Name.
(2) Define AI Role.
(3) Input Goals for your AI.
Welcome to Auto-GPT! run with '--help' for more information.
Create an AI-Assistant: Enter the name of your AI and its role below. Entering nothing will load defaults.Name your AI: For example, 'Entrepreneur-GPT'
AI Name: ***
Describe your AI's role: For example, 'an AI designed to autonomously develop and run businesses with the sole goal of increasing your net worth.'
*** here! I am at your service.
Describe your AI's role: For example, 'an AI designed to autonomously develop and run businesses with the sole goal of increasing your net worth.'
*** is: ***
Enter up to 5 goals for your AI: For example: Increase net worth, Grow Twitter Account, Develop and manage multiple businesses autonomously'
Enter nothing to load defaults, enter nothing when finished.
Goal 1: ***
Goal 2: ***
Goal 3: ***
Goal 4: ***
Goal 5: ***
Using memory of type: LocalCache
Using Browser: chrome
can read more here: https://github.com/Significant-Gravitas/Auto-GPT#openai-api-keys-configuration
- Thinking...
..................................................
#REFERENCE
..................................................