Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
garylin2099 committed Dec 15, 2023
1 parent 03844dd commit 7c85f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/guide/get_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We use environment variables for a quick demo. For formal usage of MetaGPT, we r
> Below is a breakdown of the [software startup example](https://github.com/geekan/MetaGPT/blob/main/metagpt/startup.py). If you install MetaGPT with the git clone approach, simply run
>
> ```
> metagpt --idea "write a cli blackjack game"
> metagpt "write a cli blackjack game"
> ```
>
> Now, let's get started! We will create a team of agents to write software based on one line of our instruction.
Expand Down
2 changes: 1 addition & 1 deletion src/zh/guide/get_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ os.environ["OPENAI_API_MODEL"] = "gpt-4"
> 下面为 [software startup example](https://github.com/geekan/MetaGPT/blob/main/metagpt/startup.py) 的节选。如果你使用`git clone`方法进行安装,只需简单执行
>
> ```
> metagpt --idea "write a cli blackjack game"
> metagpt "write a cli blackjack game"
> ```
>
> 现在,让我们开始吧!我们将创建一个多智能体团队,根据我们的一句话需求编写软件。
Expand Down

0 comments on commit 7c85f87

Please sign in to comment.