Plans: people, programs and models collaborate using “tree of thought” Principle: use structure to control information density Actions: applications define discrete categories with dense descriptions of action sets Memory: tight semantic structures fit into attention budget ...
samples/gui/turtle/rect.py +26 Original file line numberDiff line numberDiff line change @@ -0,0 +1,26 @@ 1 + # 导入turtle包的所有内容: 2 + from turtle import * 3 + 4 + # 设置笔刷宽度: 5 + width(4) 6 + 7 + # 前进: 8 + forward(200) 9 + # 右转90度...
"}, {"instruction": "Categorize the following list of animals into mammals and reptiles.", "input": "Kangaroo, Cobra, Turtle, Gorilla", "output": "Mammals: Kangaroo, Gorilla \nReptiles: Cobra, Turtle."}, {"instruction": "Create an efficient route for a courier to deliver five packages...