Skip to content

Commit

Permalink
fixbug: demo
Browse files Browse the repository at this point in the history
  • Loading branch information
莘权 马 committed Dec 22, 2023
1 parent 39f8c8b commit af6ecc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/en/guide/in_depth_guides/incremental_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,11 @@ Besides, summarization code action also points out issues that were not found th
Summarization code action can lead to unlimited and continuous refactoring of source code. However, we limit it to 1 round by setting `--max-auto-summarize-code 1` to showcase the capabilities of summarization code action.

The following are available project versions:

![img](../../../public/image/guide/tutorials/inc_req_and_fixbug/29dcde2670534c8694ec5341fc3141a0.png)

- #### Add New Requirements
We'll add obstacles to the game.
We'll add obstacles to the game using azure gpt-4.
Before adding the new requirements:

![img](../../../public/image/guide/tutorials/inc_req_and_fixbug/6d081360d0c74bb48794b9f8a2b0a23e.png)
Expand All @@ -200,5 +201,6 @@ metagpt "Add moving obstacles, move randomly, last for 5 seconds." --project-pat
[video](../../../public/image/guide/tutorials/inc_req_and_fixbug/20231221-193811.mp4)

Here is the new class view and the sequence view:

![img](../../../public/image/guide/tutorials/inc_req_and_fixbug/671f926264284392bf81796a645f93d1.png)
![img](../../../public/image/guide/tutorials/inc_req_and_fixbug/e1c769d21ad94138baf831a48e741da9.png)

0 comments on commit af6ecc9

Please sign in to comment.