MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

duplicate code

Open jiangok-open opened this issue 2 years ago • 2 comments
trafficstars

I am using gpt-3.5-turbo-16k on MAC. The demo project is completed but the code has below issues:

  1. all code in screen.py, snake.py is commented out.
  2. screen.py and snake.py duplicate (exactly same) game.py.

Does this demo need gpt4 for generating correct code? Thanks.

jiangok-open avatar Sep 06 '23 14:09 jiangok-open

The effect of gpt4 will be much better, but there is no guarantee that the generated code is error-free, and most of them need to be debugged by ourselves.

voidking avatar Sep 07 '23 09:09 voidking

This problem actually comes from the poor Instruction Following of gpt-3.5-turbo. gpt-4 basically does not have this problem

geekan avatar Sep 09 '23 02:09 geekan