From 7c74ce1ce674d075e5f8fae70a5cb11b3e40eb61 Mon Sep 17 00:00:00 2001 From: geekan Date: Thu, 28 Dec 2023 10:47:08 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcc56caf8..6a78a6c55 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ # Step 2: Clone the repository to your local machine for latest version, and ins # Step 3: setup your OPENAI_API_KEY, or make sure it existed in the env mkdir ~/.metagpt -cp config/config.yaml ~/.metagpt/key.yaml -vim ~/.metagpt/key.yaml +cp config/config.yaml ~/.metagpt/config.yaml +vim ~/.metagpt/config.yaml # Step 4: run metagpt cli metagpt "Create a 2048 game in python"