You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -52,15 +52,17 @@ Before you get started, please make sure you have the following installed:
52
52
-[Node.js](https://nodejs.org/en/download)
53
53
-[Git](https://git-scm.com/downloads)
54
54
-[Docker](https://www.docker.com/products/docker-desktop). After installation, please create an account, open up the Docker application, and sign in.
55
-
- An [OpenAI API key](https://beta.openai.com/signup/)
55
+
- An [OpenAI API key](https://platform.openai.com/signup)
56
+
- A [Serper API Key](https://serper.dev/signup) (optional)
57
+
- A [Replicate API Token](https://replicate.com/signin) (optional)
56
58
57
59
## Getting Started :rocket:
58
60
1.**Open your editor**
59
61
60
62
2.**Open the Terminal** - Typically, you can do this from a 'Terminal' tab or by using a shortcut
61
63
(e.g., `Ctrl + ~` for Windows or `Control + ~` for Mac in VS Code).
62
64
63
-
4.**Clone the Repository and Navigate into the Directory** - Once your terminal is open, you can clone the repository and move into the directory by running the commands below.
65
+
3.**Clone the Repository and Navigate into the Directory** - Once your terminal is open, you can clone the repository and move into the directory by running the commands below.
64
66
65
67
**For Mac/Linux users**:apple::penguin:
66
68
```bash
@@ -74,7 +76,7 @@ Before you get started, please make sure you have the following installed:
74
76
cd AgentGPT
75
77
./setup.bat
76
78
```
77
-
5.**Follow the setup instructions from the script** - add the appropriate API keys, and once all of the services are running, travel to [http://localhost:3000](http://localhost:3000) on your web-browser.
79
+
4.**Follow the setup instructions from the script** - add the appropriate API keys, and once all of the services are running, travel to [http://localhost:3000](http://localhost:3000) on your web-browser.
0 commit comments