A prompt openAI once used to show off o1-preview’s capability.
测试结果:
- o1-preview: 完美完成(OpenAI号称)
- llama3.1:70b-instruct-q4_0: 可以运行,完成度很高,但存在细微bug
- qwen2.5-coder:32b-instruct-q4_K_M:存在bug,用户描述问题迭代一次后即可运行
- qwen2.5:72b-instruct-q4_0:存在bug,用户引导两次迭代后可以运行
- qwen2.5:32b-instruct-q4_K_M:存在bug且运行存在较多问题
- deepseek-r1:32b-instruct-q4_K_M: 第一次存在bug且两次交谈未实质解决;第二次,交谈三次后可正常运行,但ui相关要求实现较差
- 待补充。。。
Implement Snake with HTML + JS + CSS. The entire code should be written in a single HTML block with embedded JS and CSS. Don’t use any remote assets. After opening the html, user will need to hit space to start / restart the game, the snake will randomly go in one direction at the start and use “wasd” to control the direction of the snake. Make it pretty and the playground large.